/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
    position: relative;
    height: 450px;
    width: 100%;
  }
  
  #map {
    height: 100%;
    width: 100%;
  }
  
  #map img {
    max-width: none;
  }
  