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

#cd-google-map {
  position: relative;
  width: 100%;
}
#cd-google-map address {
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1em 0;
	background-color: #e5e5e5;
	color: black;
	font-size: 12px;
	font-size: 0.8125rem;
	font-family: inherit;
}

.no-touch #cd-google-map address a:hover {
	color:black;
}

@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
  .no-touch #cd-google-map address a:hover {
	color:black;
  }
}

#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #ffe600;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url(../map_img/cd-icon-controller.svg);
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #181a21;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

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

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