/* HERO SECTION */
.hero-content p, .go-forth-left p {
    margin-bottom: 0;
}

#hero {
    min-height: 100vh;
    background: #f3ce00;
}
.hero-content {
    color: #000;
}
.hero-copy1 {
    text-align: center;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: calc((85/16) * 1rem);
    line-height: 90px;
    letter-spacing: 10.2px;
    text-transform: uppercase;
}
  
#hero .heading-top {
    margin-bottom: 1rem;
}
  
.hero-copy2 {
    font-size: calc((100/16) * 1rem);
    font-weight: 400;
    line-height: 115px;
    letter-spacing: 12px;
    margin-bottom: 2rem;
}

.video-container {
    max-width: 540px;
    width: 42%;
}



@media only screen and (max-width: 1199.98px) {   
    /* HERO SECTION */
    #hero {
        height: 764px;
        min-height: 100%;
    }
    .video-container {
        max-width: 312px;
        width: 77%;
    }
    .hero-copy1 {
        font-size: calc((50/16) * 1rem);
        line-height: 81px;
        margin-bottom: 0.5rem;
    }
    .hero-copy2 {
        font-size: calc((75/16) * 1rem);
        line-height: 81px;
        margin-bottom: 0.5rem;
    }
    #hero .heading-top {
        font-size: calc((20/16) * 1rem);
        line-height: 50px;
        letter-spacing: 2.4px;
    }
    #hero .heading-bottom {
        font-size: calc((13/16) * 1rem);
        line-height: 40px;
    }
}