@charset "UTF-8";
/* CSS Document */

div.map3d-area {
	position: relative;
	width: 100%;
}

div#map3d {
	width: 100%;
	height: 600px;
}

div.map3d-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	background-color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	color: #333;
}

div.map3d-mobile-fallback {
	width: 100%;
	min-height: 300px;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	background-color: #f5f5f5;
	font-size: 14px;
	color: #333;
}
