@media screen and (min-width:768px) {
    section, footer {

    }
    #mobileMenuBtn,#header.active {
        display: none;
    }

    header {
        opacity: 1;
        transform: none;
        width: auto;
        height: auto;
        top: 8vh;
        left: 20vw;
        transform: translateX(-103%);
    }
    .desktop-nav{
        display: none   ;   
    }
    .desktop-nav a {
        
    }
    .container {
        min-width: 100vh;
        height: 100%;
    }
    #audioIntro {
        width: 300px;
    }

    .audioPlaying footer,
    footer {
        bottom: 1vh;
    }


    #section-home {
        height: 100vw;
    }


}