
.video-box {
	height: 100%;
	position: relative;
}

.video-box .video-js .vjs-big-play-button {
	opacity: 0;
}

.bannerswiper .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	height: 100%;
	z-index: 1;
	background: #000;
}
 
.bannerswiper video{
	object-fit: cover;
}

@media only screen and (max-width:1024px ) {
.bannerswiper .video-box {
	display: none;
	}
}
