.root {

}

.image {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

.placeholder {
    background-color: rgb(var(--venia-global-color-gray));
    position: relative;
    top: 0;
    left: 0;
}

.placeholder_layoutOnly {
    composes: placeholder;
    background-color: unset;
}

.slide {
    display: flex;
}