body {
}
.iframe-wrapper {
	max-height : 830px;
	display : flex;
	justify-content : center;
}
.iframe-outer {
	position  :  absolute;
	overflow  :  hidden;
	width : 100vw;
	aspect-ratio : 1 / 1;
	max-width : 829px;
	height : calc( 100vw * 0.9 );
	max-height : 730px;
}
#warn-map {
	position:absolute;
	top:0px;
	width  : 100vw;
	max-width : 829px;
	height : 10000px;
	border:none;
	top: -115px;
}

@media ( max-width : 335px ){
        #warn-map {
		width : 105%;
		left  : -5px; 
        }
}
