
.hover-video-box{
	position:relative;
	height: 90vh;
	width:100%;
	box-sizing:border-box;
}

.hover-video-filter{
	position:relative;
	height:100%;
	width:100%;
	object-fit:cover;
}

.hoverVideos{
	position:absolute;
	top:0;
	left:0;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	object-fit:cover;
}

.hoverVideos.inactive{
	visibility:hidden;
}

/* .hoverVideos.non-click{ */
	/* pointer-events:none; */
/* } */

.words-filter-case{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}


.words-filter{
	
	height:100%;
	width:100%;
	/* background:pink; */
	display:flex;
	box-sizing:border-box;
	
}



.hover-words{
	height: 100%;
	width:100%; color: #fff; text-transform: uppercase;
	display:flex;
	align-items: center;
	justify-content:center;font-family: 'vivo-tall-book';
	font-size: 35px;
	border-left:1px solid white;
	cursor:pointer;margin-top: 10px;
}

.hover-words:hover{
	color:white;
}

.change-words{
	/* background:skyblue; */
	width: 70%;
	text-align:center;
}



@media(max-width: 700px){
	.words-filter-case{
		overflow-x:scroll;
		overflow-y:hidden;
	}
	.words-filter{
		width:225%;
		
	}
	
	.hover-words{
		/* padding-right:5%; */
		/* margin-right:28%; */
		width:50%;
		border-left:none;
	}
	
	
}