/* HIDE PREVIEW CONTAINER */
div[class*="PreviewCalendar_previewContainer"] {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.StandardBanner_standard-banner-wrapper__2cuMk {
    background-size:cover !important;
    background-position:50% 80% !important;
}

/* YOUTUBE EMBED */

#embedContainer {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/products/Cases/xeneon-edge/content/Panel05_Background_1x.png) center no-repeat;
    background-size: cover;
    padding: 2rem;
}
#embedContainer h2 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom:1rem;
}
#embedContainer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    margin:1.5rem auto 15px;
    max-width: 1400px;
    text-align: center;
}

#embedContainer p.tagline {
    color: #ece81a;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .25rem;
    line-height:1rem;
    margin-bottom: 0.25rem;
}

#embedContainer iframe {
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
}

#guides .explorer-content {
    grid-gap: 1rem;
    max-width: 1300px;
}



/* SMALL VIEWPORT */
@media screen and (min-width: 640px) {

    #guides {
        padding: 6rem 3rem;
    }

    #guides .explorer-content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    #guides .explorer-card-image {
        height: 140px;
    }

    #guides .explorer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    #guides .explorer-card-image {
        height: 140px;
    }
}

/* MEDIUM VIEWPORT */
@media screen and (min-width: 768px) {


    /* HOW IT WORKS CAROUSEL */
    #how-it-works-wrapper {
        padding: 3rem;
    }

    #how-it-works-section-header .section-title {
        font-size:3.75rem;
        line-height: 4rem;
        margin-bottom: 3rem;
        text-align:center;
    }

    #how-it-works-carousel {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    #how-it-works-carousel .carousel-panel {
        padding: 0 3rem;
    }

    #watch-now-modal .mobile-video {
        display: none;
    }

    #watch-now-modal .desktop-video {
        display: block;
    }

    /* YOUTUBE EMBED */
    #embedContainer iframe {
        height: 600px;
    }
    #embedContainer h2 {
        font-size: 3.3rem;
        margin-bottom: 2rem;
    }
    #embedContainer {
        padding: 4rem;
    }



    /* YOUTUBE EMBED */

    #embedContainer p {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 2.25rem;
        letter-spacing: .05rem;
    }



    

    #guides .explorer-content {
        max-width: 1300px;
    }
}

/* LARGE VIEWPORT */
@media screen and (min-width: 1024px) {
}

/* XL VIEWPORT */
@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 2100px) {
}