.mapArea {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 82px);
	/*max-height: 840px;*/
}



@media screen and (min-width: 701px) {
	.mapArea {
		height: calc(100vh - 150px);
	}
}