Files
web/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Img/img.module.css
2025-05-05 11:11:37 +02:00

23 lines
296 B
CSS

.imageContainer {
height: 220px;
overflow: hidden;
}
.image {
aspect-ratio: 16/9;
height: 220px;
object-fit: cover;
width: 100%;
}
@media (min-width: 768px) {
.imageContainer {
height: 640px;
}
.image {
border-radius: var(--Corner-radius-md);
height: 100%;
}
}