
/* aspect ratio container for map */
.mapcontainer {
	width: 100%;
	padding-top: 57.5%; 
	position: relative; 
}

.mapcontainer #map {
	position: absolute; top: 0; bottom: 0; width: 100%;height: 100%;
}

.mapboxgl-popup, .mapboxlibre-popup  {
	max-width: 400px;
	font: 14px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	