/* Reorganized from wwwroot/css/HomeScreen/styles-1200.css. */
/* ≥1024px (tablet landscape / small desktop)*/
@media (min-width: 1200px) and (max-width: 1279px) {
    .hotel-img-wrapper img {
        height: 170px;
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
}
