#mainContainer {
	position: relative;
}

body {
	width: 100vw;
	height: 100vh;
}

#content, #adContainer, #mainContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
}

#contentElement {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#playButton {
	margin-top: 10px;
	vertical-align: top;
	width: 20px;
	height: 10px;
	padding: 0;
	font-size: 2px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #2c3e50;
	border: 0;
	border-bottom: 2px solid #22303f;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #22303f;
	box-shadow: inset 0 -2px #22303f;
}

.sound {
	width: 28px;
	position: absolute;
	bottom: 10;
	right: 15;
	cursor: pointer;
}

.close {
	border-radius: 15%;
	position: absolute;
	top: 10;
	left: 15;
	cursor: pointer;
	padding: 5px;
	font-size: 12px;
	border-width: 0px;
	border-color: #fff;
	color: #fff;
	background-color: #000;
	opacity: 0.65;
}

.duration {
	font-size: 10px;
	z-index: 99;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 9.5px;
	left: 0;
	bottom: 0;
	right: 0;
}

.duration-wrapper {
	width: 25px;
	position: absolute;
	display: inline-block;
	bottom: 10;
	left: 15;
	cursor: pointer;
	padding: 3px;
	font-size: 20px;
	border-width: 0px;
	color: #fff;
	background: #000000;
	opacity: 0.65;
	z-index: 99;
	border-radius: 50%;
}

.learn-more {
	border-radius: 15%;
	position: absolute;
	top: 10;
	right: 15;
	cursor: pointer;
	padding: 5px;
	font-size: 12px;
	border-width: 0px;
	border-color: #fff;
	color: #fff;
	background-color: #000;
	opacity: 0.65;
}

.hidden {
	display: none;
}
