.hidden {
    display:none;
}
@media only screen and (max-width: 600px) {
	#gmap_marker{
		/*visibility: hidden;*/
		display: none;
	}
	#mappop{
		min-height: 400px;
		max-height: 360px;
	}
}