/* Antalya Villas owner extras. Shared City×Type chrome stays in belek-landing.css. */

html.location-antalya-villas-page .site-showcase {
    display: none;
}

html.location-antalya-villas-page #all-antalya-villas {
    scroll-margin-top: 90px;
}

html.location-antalya-villas-page #content .belek-vls-card-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #d9dee4;
}

html.location-antalya-villas-page #content .belek-vls-card-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}

html.location-antalya-villas-page #content .belek-vls-card-img img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}
