@media screen and (min-width: 480px) and (max-width: 960px) {
    #header {
        display: block;
    }
}