.section-property-location-map {background-color:#ded8d4;}
.section-property-location-map .zoom-container {position: relative;}
.section-property-location-map .zoom-container::before {content:''; position: absolute; top:0; left:0; width:100%; height:100%;
background:url(/images/map-outer.svg); z-index: 2; pointer-events: none;}


.section-property-location-gallery {background-color:#ded8d4;}
.location-gallery-container {position:relative;}
.location-gallery-container .caption {position:absolute; top:0; right:0; background-color:#81343e; padding:0.5rem 1rem; color:var(--neutral-100);}
.location-gallery-container .inner-photo {position: relative; margin-top:1rem;}
.location-gallery-container>img {object-position:100% 50%;}


@media (min-width:768px) {
    .location-gallery-container img {height:700px}
    .location-gallery-container .inner-photo {position:absolute; right:0; bottom:0; margin-top:0; width:350px; height:350px; border-left:12px solid #ded8d4; border-top:12px solid #ded8d4;}
    .location-gallery-container .inner-photo img {height:100%;}
}