/* Wrapper */
.featured-video-embed,
.featured-video-self-hosted {
	position: relative;
	padding-bottom: 56.25%; /* Keep 16:9 */
	height: 0;
}
/* Self hosted Player */
.featured-video-self-hosted-player {
	height: 100%;
	width: 100%;
	position: absolute;
}
/* Embedded iFrame */
.featured-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
