/* Home */
#map {
	width: 100%;
	height: 480px;
}
@media only screen and (max-width: 40em) { 
	#map {
		height: 240px;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#map {
		height: 480px;
	}
}