.featured-video {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
    width: 100%;
	background: rgba(255,255,255, 0.3);
}
.featured-video iframe,  
.featured-video object,  
.featured-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}