#top_title{
	margin-top:20px;
	margin-bottom:5px !important;
	color: #57168b;
}

#info{
	overflow-y:scroll;
	height:160px !important;
	margin-bottom:12px;

}

.zoom-link {
    background: #57168b !important;

}

body .zoom-window-wrap {
    margin-bottom: 15px !important;
    margin-top: 15px;
}

#top_feat{
	color: #57168b;
	font-weight: bold;
	margin-bottom:10px;
}

#video_player {
	background: #FFF;
	max-width: 1000px;
	margin: 0 auto;
}
#video_container {
	position: relative; 
}
#video_player div,
#video_player figcaption {
	vertical-align: top;
}
#video_container video { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}
#video_player figcaption { 
	width: 100%; 
}
#video_player figcaption a {
	display: block;
}
#video_player figcaption a {
	transition: 1s opacity;
}
#video_player figcaption a img,
figure video {
	width: 100%;
	height: auto;
	background-color: #000;
}
#video_player figcaption a.currentvid,
#video_player figcaption a:hover,
#video_player figcaption a:focus { 
	opacity: 1; 
}

.video_thumb{
	width: 32%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: solid 1px #9995;
    padding-bottom: 10px;
}

#thumb a{
	border:5px white solid;
}

#thumb a:hover{
	border:5px #a287b8 solid;
}

#thumb img {display:block;}

.active {
	border:5px #57168b solid !important;
}

figcaption{
	display:flex;
	padding-top:1%;
	flex-direction: row;
	flex-wrap: wrap;
}

#video_player {
    margin-top: 25px;
    margin-bottom: 50px;
}
.video_title{
	color: #57168b;
	text-transform:uppercase;
	font-weight: 700;
	line-height: 1.1em;
}

.video_date{
	color: #a287b8 !important;
	text-transform:uppercase;
	font-weight: 700;
}

.video_feat{
	margin-top: -2px;
}



@media only screen and (max-width: 500px) {
	
	.video_thumb{
		width:49%;

	}
	



  }

