#map {
  height:340px;
  margin-bottom:50px;
  overflow:hidden;
}
#map iframe{
  width:100%;
  height:520px;
}

@media (min-width:64rem){
  #map {
    height:500px;
    margin-bottom:100px;
  }
}
