.stream-testing-debug {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 1000;
}

.stream-testing-debug li {
	margin: 0 !important;
}

/*
Video Player
*/

#VideoCaptionPair {
	margin: 2em 0;
}

.video-stream-sizer {
	position: relative;
}

.video-stream-sizer:before {
	display: block;
	content: " ";
	width: 100%;
	padding-bottom: 58%;
}

.video-stream-sizer iframe {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate(-8px, -8px);
}

.closed-caption-wrapper {
	display: none;
}

.captions-enabled .closed-caption-wrapper {
	display: block;
}

@media (min-width: 720px) {
	#VideoCaptionPair {
		margin-left: -1em;
	}

	#VideoCaptionPair:before,
	#VideoCaptionPair:after {
		display: table;
		content: " ";
		clear: both;
	}

	.video-stream-wrapper, .closed-caption-wrapper {
		float: left;
		box-sizing: border-box;
		padding-left: 1em;
		width: 100%;
	}

	.captions-enabled .video-stream-wrapper {
		width: 66%;
	}

	.closed-caption-wrapper {
		width: 33%;
		position: relative;
	}

	.closed-caption-wrapper:before {
		display: block;
		content: " ";
		width: 100%;
		padding-bottom: 113.8%;
	}

	.closed-caption-wrapper iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 719px) {
	#VideoCaptionPair {
		padding-top: 2em;
	}

	.video-stream-wrapper {
		margin-right: -16px;
	}

	.closed-caption-wrapper iframe {
		width: 100%;
	}

	.closed-caption-wrapper {
		width: 100%;
		position: relative;
	}

	.closed-caption-wrapper:before {
		display: block;
		content: " ";
		width: 100%;
		padding-bottom: 75%;
	}

	.closed-caption-wrapper iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}