.map-container{
	margin-top: 0px;
	margin-bottom: 64px;
	height: 300px;
}
.google_maps{
  float: left;
  width: 100%;
	height: 100%;
  background-color: transparent;
}
#map_canvas{
  height: 300px !important;
}
@media only screen and (max-width: 500px){
  #map_canvas{ height: 300px !important; }
  .google_maps{ height: 300px; }
}