
#map {
    width: 100%; height: 500px; 
}

.map-button{
  background: #3B3B3B url('../images/map.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  width:100%;
  display:block;
  height: auto;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  padding:20px 0px;
  font-weight:600;
  transition: all 0.7s;
  -webkit-transition: all 0.7s; 
  background-color: rgba(0,0,0,0.3);
 }




 #google-map {
 height: 350px;
 width:100%;
  background-color:#eee
 }









