@media only screen and (min-width: 601px) and (max-width: 960px) {
    #subheader {
            display: none;
        }
}