/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
  height: 370px;
  width: 100%;
  padding-bottom: 2em;
}
@media (max-width: 767px) {
  .map
    height: 250px;
  }
}
.map_locations {
  display: none;
}
#gmap_canvas img {
  max-width:none!important;
  background:none!important;
}
