@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none !important;
    }
    html{
        margin-top: 0 !important;

    }
    html #header--outer-wrapper.admin {
        top: 0 !important;
    }
}