#map-outer {
	height: 440px;
	padding: 20px;
	border: 0px solid #CCC; 
	margin-bottom: 20px;
	background-color:#FFF
}

#map-container {
	height: 400px;
}

@media all and (max-width: 768px) {
	#map-outer {
		height: 650px;
	}
}