.overlay {
	position: fixed;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(25,30,43,0.9);
	overflow-x: hidden;
	z-index: 100 !important;
	color: white;
}

.helpWrapper{
	color: white;
	padding: 20px 30px;
	margin: auto;
	font-size: larger;
	background-color: rgba(0,0,0,0.2);
	min-height: 100%;
	text-align: center;
}
.videoOverlay {
	text-align: center;
}

.videoWrapper {
	color: white;
	padding: 20px 30px;
	margin: auto;
	font-size: larger;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	min-height: 100vh;
}
.videoWrapper video {
	position: relative;
	max-width: 80vw;
	cursor: pointer;
}
.videoPlayButton {

	position: absolute;
	background-color: transparent;
	color: red;
	border: none;
	top: 0;
	left: 0;
	display: block;
	margin-top: 25%;
	margin-left: 50%;
}
.videoPlayButton i {
	font-size: 32pt;
	cursor: pointer;
}

.help, .help h1{
	color: white;
}

.help img {
	width: 100%;
	margin: 20px 0px;
}

.helpCloseButton{
	color: white;
    position: fixed;
    right: 20px;
    top: 20px;
}

.helpCloseButton i {
	font-size: 32pt;
	cursor: pointer;
}

.helpWrapper video{
	max-width: 100%;
	max-height: 100%;
}

.helpButton, .helpButton label {
  cursor: pointer;
}
