.video-cell {
	max-width:665px;
	vertical-align:top
}

.video-cell .title {
	height:60px;
	line-height:60px;
	background:#1a1a1a;
	padding:0px 10px;
	max-width:665px;
}

.video-cell .title h1 {
	font-weight:bold;
	font-size:15px;
	color:#ffb400;
	display:inline;
}

.vlinks {
	float:right;
}

.vlinks a{
	display:inline-block;
	border:solid 2px #ffffff;
	border-radius:47px;
	width:65px;
	height:37px;
	padding-top:10px;
	line-height:15px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	position:relative;
	top:5px;
}

.vlinks a:hover, .vlinks .active {
	color:#ffb400;
	border:solid 2px #ffb400;
}

.sep {width:10px;}

.right-col {
	vertical-align:top;
}

.right-col img {
	width:229px;
}
@media screen and (max-width: 986px){
	.right-col { display:none !important;}
	.video-cell iframe { width:100% !important;}
}