.fullBgVideo{
	height:70vh;
	min-height:40em;
	overflow:hidden;
}
.videoTitle{
	font-size:3.5em;
	color:white;
}
#filterBgVideo{
	z-index:2;
	width:100%;
}
#filterBgVideo video{
	min-width:100%;
	min-height:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.fullBgVideo .titlePart{
	z-index:3;
	margin-top:10vh;
}
@media screen and (max-width:1150px){
	.fullBgVideo .titlePart{
		width:80%;
	}
}
@media screen and (max-width:900px){
	.videoTitle{
		font-size:2.5em;
	}
	.fullBgVideo{
		min-height:75vh;
	}
}

