.map-details .inner .embed {
	height: 100%;
	aspect-ratio: 16/9;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
}

.map-details .embed iframe {
	position: absolute;
	z-index: 9999;
	width: 100% !important;
	height: 100% !important;
	display: none;
}

.map-details .embed.show {
	opacity: 1;
	pointer-events: all;
}

.map-details .embed.show iframe {
	display: block;
}