html, body{
	margin: 0;
	padding: 0;
}
.img_map{
	height: calc(100% - 8px);
}
.content{
	height: 100vh;
	height: 100svh;
	margin: 0;
	padding: 0;
	text-align: center;
}

#img_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 100;
}
#img_modal img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 98%;
	max-height: 98%;
	min-width: 80%;
	object-fit: contain;
}
