.leaflet-map {
    height: calc(100vh - 254px) !important;
    width: 100%;
}
@media (min-width:500px) {
    .leaflet-map {
        height: calc(100vh - 70px) !important;
    }
}