@media only screen and (max-width: 765px) {
    .app-bar{
        display: none !important;
    }
}