#map {
	height: 95%;
	width: 95%;
	position: absolute;
	margin: auto;
}

.leaflet-control-bsl {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0px;
	background-image: url(../../images/compass.png);
	background-size: 100% 100%;
	margin: 0 auto;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}