.googlemap {
	height: 100%;
}

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #5d8089;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}

#cd-zoom-in, #cd-zoom-out {
  display: none;
}