.maphilighted {
	width: 932px !important;
	margin: auto;
}

@media only screen and (max-width: 932px) {
	.maphilighted {
		display: none !important;
	}	
}

