@media screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-header {
        display: none !important;
    }
}