#mobile-menu {
    display: none
}

@media screen and (max-width:50rem) {
    #mobile-menu {
        display: block
    }
}