@media (max-width: 768px) {
    header {
        display: none;
    }
}