:root {
	--vh: 100%;
}

#map{
	height: calc(var(--vh, 1vh) * 100);
}