


/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 2060px;
	padding-bottom: 50px;
    padding-top: 50px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
	background-position: top center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: -9999;
}


