.contentIframeClass {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	object-fit: contain;
}
.dummyIFrameClass {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 30px;
	visibility: hidden;
	z-index: 1000;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
}
body {
	position: relative;
}
