body {
    min-width: 100vw;
    min-height: 100vh;
}

#mapContainer, #map {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
