/* HOLIDAY VILLAM - DETAIL GALLERY SIZE LOCK */
.villa-detail-page .detail-gallery{
    width:100% !important;
    max-width:1050px !important;
    margin:0 auto 30px !important;
}

.villa-detail-page .detail-gallery > img#main-photo.main-photo{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:300px !important;
    min-height:300px !important;
    max-height:300px !important;
    object-fit:cover !important;
    border-radius:24px !important;
    margin:0 0 20px !important;
    transform:none !important;
    transition:none !important;
}

.villa-detail-page .detail-gallery > img#main-photo.main-photo:hover{
    transform:none !important;
}

@media(max-width:700px){
    .villa-detail-page .detail-gallery > img#main-photo.main-photo{
        height:260px !important;
        min-height:260px !important;
        max-height:260px !important;
    }
}
