#parallax-tor-wrapper {
    height: 800px;
}

#parallax-tor-offset {
    height: 800px;
}

#parallax-tor {
    background-image: url(/img/tor/TOR_Poster_BG_Clean_Final.jpg);
    background-size: 1800px;
    height: 1000px;
}

@media (max-width: 767.98px) {
    .video {
        height: 200px;
    }

    #hero-overlay img {
        margin-top: 200px;
        width: 300px;
        height: 62px;
    }

    .parallax-home .parallax-content {
        background-position-x: 80%;
    }

    .parallax-products .parallax-content {
        background-position-x: 70%;
    }

    #parallax-tor-wrapper {
        height: 400px;
    }

    #parallax-tor-offset {
        height: 400px;
    }

    #parallax-tor {
        background-size: 850px;
        height: 500px;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-color: black;
    }
}