
.carousel_container {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.video-banner-section {
	padding: 0px 0px 0px;
	margin: 0px;
}

.banner-vdo {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.vs-video-slider{
	padding: 0px;
    margin: 0px;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.vs-video-slider iframe {
	width: 100%;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  
   top: 50%;
   left: 50%;
  
}

#video-banner .owl-item.active .video-slide-title {
	animation: 1s .2s fadeInDown both !important;
}

#video-banner .owl-item.active .video-slide-desc {
	animation: 1s .6s fadeInUp both !important;
}

#video-banner .owl-item.active .video-slide-btn {
	animation: 1s .9s flipInX both !important;
}

.vs-video-slider {
	padding: 0px;
	margin: 0px;
}

.vdo-content-detail {
	padding: 20px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: block;
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.9) 99%);
}

.vdo-content-detail h3 {
	padding: 0px 0px 10px 35px;
	margin: 0px;
	color: #fff;
	font-size: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.vdo-content-detail h3:before {
	content: '\f1c8';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	color: #FF1622;
}

.vdo-content-detail p {
	padding: 0px 0px;
	margin: 0px;
	color: #fff;
	font-size: 14px;
}

.video-content {
	padding: 0px;
	margin: 0px;
}

.video-content h3 {
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
}

.video-content h3 i {
	padding: 0px;
	font-size: 20px;
	margin-right: 6px;
	color: #FF1622;
}

.vl-video-list {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0px 0px 20px;
    width: 100%;
	color: #fff;
	text-align: left;
	font-size: 16px;
	background: #000;
	border: 2px solid #7c7c7c;
	transition: transform 1s;
}

.vl-video-list:hover img {
	transform: scale(1.5);
}

.vl-video-list *, .vl-video-list:before, .vl-video-list:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.vl-video-list img {
	width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}

.vl-video-list:before, .vl-video-list:after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: '';
	background-color: #fff;
	z-index: 1;
	opacity: 0;
}

.vl-video-list:before {
	width: 0;
	height: 1px;
}

.vl-video-list:after {
	height: 0;
	width: 1px;
}

.vl-video-list figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
}

.vl-video-list h3 {
	margin: 0px 0px 10px;
	font-size: 1.1em;
	font-weight: normal;
	opacity: 0;
}

.vl-video-list p {
	margin: 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
	opacity: 0;
}

.vl-video-list p {
	font-size: .8em;
	text-transform: uppercase;
}

.vl-video-list a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.vl-video-list:hover img, .vl-video-list.hover img {
	zoom: 1;
	filter: alpha(opacity=20);
	-webkit-opacity: 0.2;
	opacity: 0.2;
}

.vl-video-list:hover:before, .vl-video-list.hover:before, .vl-video-list:hover:after, .vl-video-list.hover:after {
	opacity: 1;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.vl-video-list:hover:before, .vl-video-list.hover:before {
	width: 40px;
}

.vl-video-list:hover:after, .vl-video-list.hover:after {
	height: 40px;
}

.vl-video-list:hover h3, .vl-video-list.hover h3, .vl-video-list:hover p, .vl-video-list.hover p {
	opacity: 1;
}

.vl-video-list:hover h3, .vl-video-list.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.vl-video-list:hover p, .vl-video-list.hover p {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.videso-studio
{
	padding:0px;
	margin:0px;
	background-image:url('../images/videoreel.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.video-heading-list {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.video-heading-list h3 {
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
}

.video-heading-list h3 i {
	font-size: 21px;
	margin-right: 6px;
	color: #FF1622;
}

.video-part {
	padding: 0px 15px 15px 0px;
	margin: 0px;
	float: left;
	width: 25%;
}

.video-part a {
	padding: 0px;
	margin: 0px;
	display: block;
}

.video-part a iframe {
	padding: 0px;
	margin: 0px;
	height: 200px;
	width: 100%;
	border: 1px solid #5c5c5c;
}

.video-part a h5 {
	padding: 10px 0px 0px;
	margin: 0px;
	font-size: 15px;
	color: #DCDCDC;
	line-height: 24px;
}
 @media (min-width:280px) and (max-width:399px) {
}
 @media (min-width:400px) and (max-width:767px) {
}
 @media (min-width:280px) and (max-width:767px) {
	 .vs-space
	 {
		 padding:0px;
	 }
	 .banner-vdo video
	 {
		 height:auto !important;
	 }
	 .vdo-content-detail h3
	 {
		font-size: 18px;
	 }
}
 @media (min-width:768px) and (max-width:1023px) {
}
 @media (min-width:1024px) and (max-width:1199px) {
}
 @media (min-width:768px) and (max-width:1199px) {
	 	 .vs-space
	 {
		 padding:0px;
	 }
	 .banner-vdo video
	 {
		 height:auto !important;
	 }
	 .vdo-content-detail h3
	 {
		font-size: 18px;
	 }
}
 @media (min-width:1200px) and (max-width:4000px) {
}