.map {
	background: #111111;
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
}

.map .mapboxgl-control-container {
	display: none;
}

.map-overlay {
	width: 50%;
	position: absolute;
	top: 48px;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background: -moz-linear-gradient(-5deg, rgba(27,27,27,1) 0%, rgba(27,27,27,0) 25%);
	background: -webkit-linear-gradient(-5deg, rgba(27,27,27,1) 0%,rgba(27,27,27,0) 25%);
	background: linear-gradient(-5deg, rgba(27,27,27,1) 0%,rgba(27,27,27,0) 25%);
}

.map-legend {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}

	.map-legend > div {
		display: inline-block;
		margin-left: 10px;
	}

	.legend-key {
		display: inline-block;
		border-radius: 2px;
		width: 10px;
		height: 10px;
		margin-right: 3px;
	}