@charset "UTF-8";
/* CSS Document */

.modul-video-scrub {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	
}


.modul-video-scrub .VideoDesk{
	display: block;
	
}

.modul-video-scrub .VideoPhone{
	display: none;
	
}

.modul-video-scrub .sticky-content-scrub{
	height: auto;
	width: 100%;
	top: 0;
	
	display: block !important;
	position: -webkit-sticky;
	position: -moz-sticky;
    
	position: sticky;
	
}
	
.modul-video-scrub .TimelineSizer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1400px;
	
}



.modul-video-scrub #VideoScroll{
	position: relative;
	width: 100%;
	height: 100vh;
	transform: translate(-50%, 0%);
}

.modul-video-scrub #VideoScrollPhone{
	position: relative;
	width: 100%;
	height: 100vh;
	transform: translate(-50%, 0%);
}


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
	
.modul-video-scrub #VideoScroll{
	position: relative;
	width: 100%;
	height: 60vh;
	transform: translate(-50%, 0%);
}
	
.modul-video-scrub .VideoDesk{
	display: none;
	
}

.modul-video-scrub .VideoPhone{
	display: block;
	
}
	
.modul-video-scrub .TimelineSizerPhone {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1400px;
	
}
/* ------------------------------------------------------------------------ */

}