#map_canvas {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 749px) {
  #map_canvas {
    height: 390px;
  }
}
