.ea_mapa{ width: 100%; height: 500px; background: #DDD; }

@media only screen and (max-width:1024px){
	.ea_mapa{ height: 400px; }
}

@media only screen and (max-width:767px){
	.ea_mapa{ height: 300px; }
}