/* Vertical Widget Specific Styles */

/* ie8 */
@media \0screen {
	body,
	#video-related {
		height: 99.5% !important;
	}
}
/* ie9+ */
@media screen and (min-width:0\0) {
	body,
	#video-related {
		height: 99.5% !important;
	}
}
#player-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}
#player {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	border-bottom: 1px solid #cccccc;
	background: black;
}
#video-bar {
	width: 100%;
}
.videobar-item {
	display: inline-table;
	border-right: 1px solid white;
}
.videobar-item-title {
	padding: 0 2px;
	max-height: 39px;
	font-size: 10px;
	line-height: 1;
}
.videobar-container {
	position: relative;
}
