.leaflet-marker-icon,
.leaflet-marker-icon * {
    pointer-events: auto !important;
    cursor: pointer;
}

    .leaflet-marker-icon {
        z-index: 999999999 !important;
}
    #map {
    height: 660px;
    width: 100%;
}
.map-point-section {

    max-width: 100% !important;

}
@media (max-width: 767px) {
    #map {
        height: 400px;
        width: 100%;
    }
}
