#vp-map {
    width: 100%;
    height: 600px;
    z-index: 0;
}

#vp-map.map-home {
    height: 480px;
}

#vp-map.map-page {
    height: 700px;
}

@media (max-width: 768px) {
    #vp-map,
    #vp-map.map-home,
    #vp-map.map-page {
        height: 420px;
    }
}

.leaflet-control-layers {
    font-size: 13px;
}
