/* MCMAP PAGE (mcmap.html) SPECIFIC STYLES */

.iframe-container {
	width: 100%;
	height: calc(100vh - 209px);
	position: relative;
	margin: 0 auto;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

