
#google-container {
  position: relative;
  width: 100%;
    height: 550px;
  background-color: rgba(19, 32, 38,1)
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background-color: rgba(19, 32, 38,1);
  color: white;
  font-size:1.05em !important;
  text-transform:uppercase;
}
#cd-google-map address a{ color:rgba(255,255,255,1); font-family: 'helvetica-bold', sans-serif;}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(19, 32, 38, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: rgba(68, 15, 21, 0.9);
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

  #cd-zoom-in, #cd-zoom-out {
    margin-left: 20px;
  }
  #cd-zoom-in {
    margin-top: 20px;
  }


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