html, body {
    height: 100%;
    margin: 0;
}
left, .main, .right {
  width: 100%;
 height: 600px;
}
#map {
    width: 100%;
    height: auto;
    aspect-ratio: 17/12;
}
.leaflet-attribution-flag {
    display: none!important;
}
@media screen and (min-width: 400px) {
    #map {
//        padding-bottom: 20px;
    }
}
@media screen and (min-width: 600px) {
    #map {
        padding-bottom: 0;
    }
}
.leaflet-container .leaflet-control-attribution {
    font-size: 10px;
}
