#map {
  width: 100%;
  height: 300px;
}

/* Large screens (e.g. tablets/desktops) */
@media (min-width: 768px) {
  #map {
    height: 650px;
    width: 60vw;
  }
.location-map #map {
    height: 400px;
}

}

