#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 400px
  }
}
#location {
  position: relative;
  padding: 0
}
#location address {
  position: relative;
  width: 100%;
  padding: 1em;
  background-color: #EF483C;
  color: #fff;
  font-size: 13px;
  font-size: 1.2rem;
  margin-bottom: 0
}
#location address a {
  color: #fff;
}
#location address a:hover {
  color: #fff;
  text-decoration:underline;
}
@media only screen and (min-width: 768px) {
  #location address {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0
  }
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #EF483C;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg)
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #d36868
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in,
  #cd-zoom-out {
    margin-left: 25px
  }
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 2px
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 25px
  }
}
#cd-zoom-out {
  background-position: 50% -32px
}
