:root {
    --viewportheight: calc(var(--vh, 1vh) * 100);
}
.leaflet-map {
}
@media (max-width:500px) {
    .leaflet-map {
        height: calc(100% - 70px) !important;
    }
}