.video-feature {
	background-size: cover;
	border-bottom: solid #fff 1rem;
	color: #fff;
	padding: 3rem 0;
}

.video-feature.home {
	background-size: cover;
	border-bottom: solid #fff 1rem;
	color: #fff;
	padding: 3rem 0;
}

.video-feature-wrapper {
	font-size: 0;
}

.video-feature h2 {
	color: #fff;
	font-size: 2rem;
}

.single-video {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.video-icon {
	box-sizing: border-box;
	display: inline-block;
	opacity: 0.5;
	padding: 0 0 0 5rem;
	vertical-align: top;
	width: 40%;
}

.video-icon svg {
	height: auto;
	width: 100%;
}

.video-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	margin: 2rem 0;
	height:0;
	overflow:hidden;
}

.video-responsive-container iframe, 
.video-responsive-container object, 
.video-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	.single-video {
		display: block;
		width: 100%;
	}
	
	.video-icon {
		display: none;
	}

}

