.over_ons_video{
	overflow-x: clip;
	padding: 0 !important;
    height: 300vh;
}

.over_ons_video_begin{
	margin-bottom: -100vh;
}

.over_ons_video_begin .video_container{
    position: sticky;
    top: 0;
}

.over_ons_video_eind{
    background: #1e385580;
}

.over_ons_video_eind .video_container{
    position: sticky;
    top: 0;
}

.video-background{
    float: left;	
}

.video-background,
.video-background-reverse{
	min-width: 100vw;
	min-height: 100vh;
	object-fit: cover;
}

.video_content_overlay{
	height: 100%;
    background: #1e3855;
    z-index: 15;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
	opacity: 0;
}

.video_content_overlay h2{
	font-size: 6rem;
	line-height: 7.2rem;
	color: #fff !important;
}

@media (max-width:767px)
{		
	.video_content_overlay h2 {
		font-size: 3rem;
		line-height: 4.2rem;
	}
	
	.over_ons_video{
		display: none !important;
		width: 0;
		height: 0;
		overflow: clip;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.video_content_overlay h2 {
		font-size: 4rem;
		line-height: 5.2rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.video_content_overlay h2 {
		font-size: 5rem;
		line-height: 6.2rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}