#google-container {
  position: relative;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 500px;
  }
}

#cd-google-map {
    position: relative;
	top:0;
	left:0;
	width:100%;
	z-index:0;
    padding: 0;
}
#cd-google-map, #cd-google-map *{
	transition:none!important;
	-webkit-transition:none!important;
	-o-transition:none!important;
	-ms-transition:none!important;
	-moz-transition:none!important;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #0a2a42;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");

}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 15px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 0;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 15px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}
