#hero {
    max-height: 800px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 00%, rgba(0,0,0,0) 100%), url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/dual-chambers/teaser/dc-hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 0 0 5px #000000b0;
}
#hero h1 {
    line-height: 1;
}
#hero .yellow-subhead {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #e9e600;
}
#hero .hero-text {
    font-size: 1.2rem;
    max-width: 900px;
}
#showcase {
    background: url(https://assets.corsair.com/image/upload/v1704482433/pages/dual-chambers/teaser/dc-bg-pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
}
#showcase .copy {
    max-width: 1000px;
    font-size: 0.94rem;
    line-height: 1.4;
}
#showcase h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    line-height: 1;
}
#showcase img {
    width: 100%;
}
@media (min-width:768px) {
    #hero {
        padding: 4rem;
        padding-top: 15rem;
        background-size: 150%;
        background-position-y: top;
    }
    #hero h1 {
        font-size: 7rem;
    }
    #hero .hero-text{
        font-size: 1.5rem;
    }
    #hero .yellow-subhead {
        font-size: 1.5rem;
    }
    #showcase {
        padding: 4rem;
        background-size: cover;
        background-position: center;
    }
    #showcase h2 {
        font-size: 3.3rem;
        margin-bottom: 2rem;
    }
    #showcase .copy {
        font-size: 1.25rem;
        line-height: 26px;
        margin-bottom: 4rem;
    }
    #showcase img {
        width: 25%;
    }
}
@media (min-width:1200px) {
    #hero {
        padding: 4rem;
        padding-top: 20rem;
        background-size: 100%;
        background-position-y: top;
    }
}