/* google maps */
.section-google-maps {
background: #fff;
width: 100%;
height: 850px;
padding: 0;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width:768px) 
{
  
  
.section-google-maps { height:550px;}
  
#map-wrapper {
position: relative;
width: 100%;
height: 550px!important;
overflow: hidden;
}

#map {
width: 100%;
height: 550px!important;
margin: 0;
}

}

#map-wrapper {
position: relative;
width: 100%;
height: 850px;
overflow: hidden;
}

#map {
width: 100%;
height: 850px;
margin: 0;
}



  