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