#map {
	width: 100%; /* MOBILE */
}
#map iframe {
	background-color: #efeeec;
	border-radius: 10px;
	width: 100%;
	height: 500px;
	max-height: 60vh;
}
@media only screen and (min-width: 960px) {
#map {
	float: right;
	width: 67%;
}
}
@media only screen and (min-width: 1160px) {
#map {
	float: right;
	width: 50%;
}
}