/* Reorganized from wwwroot/css/HomeScreen/styles-1280.css. */
/* Desktop (1280px – 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
    .promo-inline {
        font-size: 0.7rem;
    }
    .hotel-img-wrapper img {
        height: 170px;
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
}
