#map {
  width: 100%;
  height: 70vh;
  min-height: 640px;
}

#map.leaflet-container {
  background: transparent !important;
}


@media screen and (max-width: 1024px) {
  #map {
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  #map {
    height: 320px;
  }
}
