#staticMapImageIcon {
    // margin-top: -33px;
}

#propertyStaticMapImage {
    margin-top: 35px;
    width: 840px;
}

#mapProperties {
    .price-tag {
        background-color: $theme-color;
        border-radius: 8px;
        color: #FFFFFF;
        font-size: 14px;
        padding: 10px 15px;
        position: relative;

        &::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%, 0);
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid $theme-color;
        }
    }

    .leaflet-pane {
        z-index: initial;
    }

    .leaflet-control-container {
        z-index: 1;
        position: absolute;

        .leaflet-control-zoom {
            margin-top: 250px;
        }
    }

    // height: 650px;
    height: calc(100vh - 80px)

}

#propertyMapInfo {
    &.offcanvas-end {
        width: 500px;
    }
}

@include media-breakpoint-down(xxl) {
    // #mapProperties {
    //     // height: 650px;
    //     height: calc(100vh - 265px)
    // }

}

@include media-breakpoint-down(xxl) {

    #propertyPano,
    #developmentPano,
    .propertyStaticMapImageContainer,
    #propertyMap {
        height: 600px;
    }
}

@include media-breakpoint-down(xl) {

    #propertyPano,
    #developmentPano,
    .propertyStaticMapImageContainer,
    #propertyMap {
        height: 400px;
    }

    // #mapProperties {
    //     // height: 400px;
    //     // height: calc(100vh - 265px)
    // }
}

@include media-breakpoint-down(lg) {

    #propertyPano,
    #developmentPano,
    .propertyStaticMapImageContainer,
    #propertyMap {
        height: 400px;
    }

    #mapProperties {
        height: calc(100vh - 65px);

        .leaflet-control-container {
            .leaflet-control-zoom {
                margin-top: 100px;
            }
        }
    }
}

@include media-breakpoint-down(md) {

    #propertyPano,
    #developmentPano,
    .propertyStaticMapImageContainer,
    #propertyMap {
        height: 300px;
    }

    // #mapProperties {
    //     // height: 300px;
    //     // height: calc(100vh - 655px)
    // }
}