.rcl_container {
	position: fixed;
	top: 10vh;
	left: 10vw;
	width: 80vw;
	height: 80vh;
	padding: 0em;
	display: block;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
	z-index: 1000;
	padding: 2.5rem;
}

.rcl_close {
	position: absolute;
	right: -1.25em;
	top: -1.25em;
}

.rcl_close a {
	text-decoration: none;
	font-size: 150%;
}

.rcl_iframe_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.rcl_iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	/* width: calc(100% + 25px); */
	max-width: 125%;
	scrollbar-width: thin;
}

.rcl_iframe html {
	font-size: 1.393vw;
}

.rcl_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 999;	
}

.rcl_overlay.active,
.rcl_container.active {
	display: block !important;
}
