/* Reorganized from wwwroot/css/HomeScreen/styles-1920.css. */
/* 1920px (full HD / wide screens) */
@media (min-width: 1920px) {
    .hotel-img-wrapper img {
        height: 230px;
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
}
