.banner-mode-4 video {
	height: 100vh;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0;
	z-index: -1;
	object-fit: cover;
}
@media (max-width: 375px){
	.banner-mode-4 video {
		height: 100vh;
		width: 100%;
		top: 0;
		position: absolute;
		left: 0;
		z-index: -1;
		object-fit: cover;
	}
}
.filter-item {
	width: 50%;
}