html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: white;
}

.modal-header h4{
	color:black;
	font-size:30px;
	font-weight: 100;
}

#tab-content{
	width: 100%;
	height: 100%;
}

/* .aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
} */

#upcoming-files-container{
	margin-top: 15px;	
}

#video-description{
	font-size: 15px;
	word-wrap: break-word;
	color: black;
}

#video-date-posted{
	font-size: 15px;
	color: black;
}

#video-title{
	font-size: 2em;
	word-wrap: break-word
}

.showMore{
	font-size: 100%;	
	margin: 10px;
	width: 100%;
	border: none;
	color: grey;
	text-align: center;
	text-decoration: none;
	background-color: white;
	border-top: 1px solid #e2e2e2;
}

.showMore:hover{
	color: black;
}

.passwordRequiredDialog.failed {
	color : red
}

.video-private {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: grey;
	color: white;
	width: 100%;
	height: 100% !important;
}

#playlistVideoContainer {
	text-align: center;
	background-color: black;
	margin-top: 15px
}

.embed-responsive-holder, .embed-responsive-wrapper {
	background-color: black;
}