.map-container {
	position: relative;
	height: 83vh;
	width: calc(100% - 300px);
}

.map-container-full{
	width: 100% !important;
}

#map{
	width: 100%;
    height: 83vh;
    position: absolute;
    top: 0;
    bottom: 0;
}