/* Image framing only, loaded exclusively by /akcie and /vstavane-skrine. */
.comfy-offers-page .comfy-offer-photo,
.wardrobes-page .wardrobes-hero-photo { align-self: center; }

.comfy-offers-page .comfy-offer-photo > img,
.wardrobes-page .wardrobes-hero-photo > img {
    position: static;
    display: block;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.wardrobes-page .wardrobes-room > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.wardrobes-page .wardrobes-video > video {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}
