.contentIframeClass {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
.dummyIFrameClass {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 15px;
	color: rgb(0, 0, 0);
	background: transparent;
	border: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	visibility: hidden;
	z-index: 1;
}
.prev:focus-visible,
.next:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}
.prev:disabled,
.next:disabled {
	cursor: default;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
html, body {
	margin: 0;
	overflow: hidden;
	height: 100%;
}
#main-content {
	height: 100%;
}
