/* Reorganized from wwwroot/css/HomeScreen/styles-480.css. */
/*480px (large mobile)*/
@media (min-width: 480px) and (max-width: 767px) {
    .promo-inline {
        font-size: 0.9rem;
    }
    .hotel-img-wrapper img {
        height: 230px;
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
}
