/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* >> SECTION INTRO */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#section-intro {
    padding-top: 105px;
    padding-bottom: 75px;
    height: auto;
    min-height: 100vh;
    clear: both;
    overflow: hidden;
    background: #181818;
    background: var(--bg-color-gradient-dark);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#section-intro .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}