.jumbotron{
	background-color: rgba(0,0,0,0);
}

#video-container{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 360px;
}

#title-video{
	/*object-fit: fill;
	overflow: hidden;
	width: 100%;
	height: 100%;*/
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	overflow: hidden;
}

.page-header{
	margin-top: 40px;
}

#header-text-container{
	 position: absolute;
	 top: 50.8%;
	 left: 0;
	 width: 100%;
	 color: #EEEEEE;
}

#about-logo{
	width: 150px;
	height: auto;
	margin: auto;
}

.bio-wrapper{
}

.bio-image{
	width: 100%;
	max-width: 300px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

.bio{
	padding-bottom: 10px;
	border-style: none none solid none ;
	border-width: 1px;
	border-color: #999999;
}

@media only screen and (max-width: 768px){
	#header-text-container{
		position: absolute;
		top: 10%;
	}
}