#video-carousel{
	z-index:auto;
}
#video-carousel video{
	height:26.953125vw;
}
#video-carousel .owl-item .item-video{
	display:flex;
	justify-content:center;
}
#video-carousel .active.center,
#video-carousel .cloned.active.center {
	z-index: 2;
}
#video-carousel .cloned.active,
#video-carousel .cloned {
	z-index: 0;
}
#video-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.v-prev-nav{
	font-size:3.2552083333333335vw;
    font-weight: bold;
    float: left;
    left:0;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index:1;
    cursor:pointer;
    position:absolute;
}
.v-next-nav{
	font-size:3.2552083333333335vw;
    font-weight: bold;
    float: right;
    right:0;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index:1;
    cursor:pointer;
    position:absolute;
}

@media(max-width: 1024px){
	#video-carousel video{
		width:100%;
		height:auto;
	}
	
	.v-prev-nav{
		width:50px;
		font-weight:400;
	}
	.v-next-nav{
		width:50px;
		font-weight:400;
	}
}
@media(max-width: 768px){
	#video-carousel video{
		width:100%;
		height:100%;
	}	
	
}
@media(max-width: 600px) and (orientation : portrait){
	.v-prev-nav{
		height:30vh;
		font-size: 10vw;
	}
	.v-next-nav{
		height:30vh;
		font-size: 10vw;
	}
	
}