.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* KidsHealth Custom Video.js Player */
.vjs-play-progress, .vjs-volume-level {
	background-color: #aaa !important;
}

.vjs-big-play-button {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-left: -78px;
	margin-top: -52.5px;
}

#nemVidWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

#nemVidWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}