/* Video Parallax Section*/
.ParallaxVideo {
    min-height: 500px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.ParallaxVideo video {
    min-width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: -9999;
    object-fit: cover;
}
.ParallaxVideo iframe {
    min-width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: -9999;
    object-fit: cover;
    border: 0;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 50;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}