/* Image Parallax Section*/
.ParallaxImage {
    background-attachment: fixed !important;
    background-position: 50% 80% !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;

}

/* Content Parallax Section*/
.ParallaxContent {
    background: none repeat scroll 0 0 #9164ea;
    padding: 42px 0;
    color: #FFF;
}

/* Video Parallax Section*/
.ParallaxVideo {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ParallaxVideo video {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -9999;
}
