#map-module {
  height: 100vh;
}

@media screen and (max-width: 1199.97px) {
  #map-module {
    height: 70vh;
  }
}

@media screen and (min-width: 1024px) {
  #map-module {
    min-height:900px;
  }
}