#map {
    height: 400px;
    width: 100%;
  }
  
  @media (max-width: 640px) {
    #map {
      width: 100%;
      height: 200px;
  }}