@media only screen and (max-width: 768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    #logo img {
        max-height: 45px !important;
    }
}