@media screen and (max-width: 767px) {
    #nav-bar {
        /* override the sticky menu on mobile to optimize screen real estate*/
        position: static !important; 
        /*overflow-x: scroll;
        white-space: nowrap;*/
    }
    #logo {
        height: 32px;
        padding: 8px;
    }
    #narration {
        box-shadow: 0px -4px 4px #00000033;
    }
}