@media only screen and (max-width: 700px) {
    #header .app-header-image {
        display: none;
    }

    #header #logo {
        padding-top: 0px !important;
        font-size: 2em;
        line-height: 1.25em;
    }

    #header>div {
        width: 100% !important;
    }

    div.grid-view {
        overflow-x: scroll;
    }
}