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

#map {
	position:relative;
}
#map address {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:1em 0;
	opacity:0.9;
	color:white;
}
@media only screen and (min-width:768px) {
	#map address {
		text-align:center;
	}
}
#cd-zoom-in, #cd-zoom-out, #cd-center {
	height:40px;
	width:40px;
	cursor:pointer;
	margin-left:10px;
	opacity:0.9;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
}
#cd-zoom-in::before {
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	content:"\f067"
}
#cd-zoom-out::before {
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	content:"\f068"
}
#cd-center::before {
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	content:"\f3c5"
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	opacity:1;
}
@media only screen and (min-width:768px) {
	#cd-zoom-in, #cd-zoom-out, #cd-center {
		margin-left:50px;
	}
}
#cd-zoom-in, #cd-zoom-out {
	margin-bottom:1px;
}
@media only screen and (min-width:768px) {
	#cd-zoom-in {
		margin-top:50px;
	}
}
