/* Medium screens (≥768px) */
@media (min-width: 768px) {

    #hero a#unmute-button {
        left: auto;
    }

    #hero #hero-cta {
        display: none;
        top:160px;
    }

    #hero #hero-cta h1 {
        margin: 0;
        font-size: 14rem;
        line-height: 12.5rem;
        -webkit-text-stroke: 4px #fff;
    }

    #hero #hero-cta .btn {
        font-size:1.7rem;
        width: 100%;
    }

    #hero #hero-cta .img {
        margin:140px 0 15px
    }

    #hero #hero-cta .img i.fa-circle-play {
        font-size: 9rem;
    }


    /* Section 1 */
    #section-1 {
        /* placeholder  */
    }

    /* Section 2 */
    #section-2 {
       padding:0 45px;
    }

        #section-2 .col-12 .content {
            margin:120px 10px;
            border-radius:16px;
        }

        #section-2 .col-12 .content a {
            padding:300px 15px;
            border-radius:16px;
            font-size: 4.5rem;
        }
    
    /* Section 3 */
    #section-3 {
        background: url(/templates/banhsizzle/skins/2025/assets/images/section_3a.jpg);
    }

        #section-3 a {
            font-size: 9.5rem;
            line-height:9rem;
        }

    /* Section 3 */
    #section-4 {
        /* placeholder  */
    }

    /* Section 5 */
    #section-5 {
        /* placeholder */
    }

        #section-5 .col-12:nth-of-type(2) p {
            font-size: 5.7rem;
            font-weight: 700;
            line-height: 6rem;
        }

        
    /* Large text  */
    section.text-feature {
        padding:30px;
    }

    .text-feature h2 {
        font-size:10rem;
        line-height: 10rem;
    }

    section#layout {
        max-width: 100%;
        padding: 120px 0 0;
    }

    section#layout img.hero {
        margin-bottom: 60px;
    }

    section#layout p {
        font-size: 2rem;
        line-height: 4rem;
    }

    .wildfire-page-content {
        text-align: center;
    }

    .wildfire-engine-content {
        text-align: left;
    }

    footer .nav a {
        font-size:1.8rem;
    }

}