.mapa{
	display: block;
	width:100%;
	height: 50vh;
	overflow-x: auto;
}

@media only screen and (min-width: 1024px){
	.mapa{
		height: 60vh;
	}
}