@media (max-width: 767px){
  #map{
    height: 300px;
  }
}

@media (min-width: 767px) {
  #map{
    height: 800px;
  }
}