#property-banner img {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 2px #999;
}

/* PROPERTIES */
.property-item {

}

.property-item a {
    display: block;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;

}

.property-item a img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}

.property-item a:hover img {
    transform: scale(1.1);
}

.property-item h6 {
    margin-top: 15px;
    margin-bottOm: 0;
    color: #122ca9;
}

.property_thumbnail {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.property_thumbnail h2{
    font-weight: 900;
    font-size: 35px;
}
.property_thumbnail img {
    height: 100%;
    width: auto;
}

.property-item span {
    text-transform: uppercase;
    font-size: 12px;
} 

#property-detail .detail {
    background-color: #d3d5de;
    margin-top: -50px;
    border-radius: 20px;
}

#property-floorplan h2 {
    font-weight: 900;
}

.floor-layout {
    overflow: hidden;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    padding: 10px;
}

.floor-layout img {
    max-height: 400px;
    max-width: 100%;
}

.detail h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
}



.swiper-slide {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.swiper-slide img {
    max-height: 400px;
    max-width: 100%;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 10px;
    object-fit: cover;
}

#property-tour iframe {
    width: 100%;
    border-radius: 10px;
}

#property-map  {

}

#map-canvas {
 height: 400px;
    filter: grayscale(40%);
}
.map-container {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 728px) {

}