
.video-inner-wrapper {
	width: 1280px;
	max-width: 100%;
}
.video-wrapper.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.video-wrapper.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.video-wrapper .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-inner-wrapper .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:767px) {
	.video-wrapper.right,
	.video-wrapper.left {
		float: none;
		width: 90% !important;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
}