.video {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video.video-desktop {
	padding-bottom: 45.72916666667%;
}
.video.video-mobile {
	padding-bottom: 62.5%;
}
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.video-slider {
	margin: 40px 0;
	margin: 0;
}
.video-slider-container {
	margin: 0 100px;
	margin: 0 auto;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.content-slides-container{ width:100%; float:left;}
.video-slider .video-slide {
	padding: 40px;
	padding: 0;
	color: #FFFFFF;
	font-style: italic;
}
.video-slider.content-slider .slider-previous-button {
	background-color: #000000;
	width: 60px;
	height: 120px;
	padding: 0;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-slider.content-slider .slider-previous-button:hover {
	background-color: #666666;
}
.video-slider.content-slider .slider-next-button {
	background-color: #000000;
	width: 60px;
	height: 120px;
	padding: 0;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-slider.content-slider .slider-next-button:hover {
	background-color: #666666;
}

@media screen and ( max-width: 480px ) {
	.video-slider-container {
		margin: 0;
	}
	.video-slider .slider-previous-button {
		display: none;
	}
	.video-slider .slider-next-button {
		display: none;
	}
}
