/**
 * @file
 * Visual styles for Newsplus's fixed header.
 */
.onscroll #header {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .onscroll #header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .onscroll #header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .onscroll #header {
    width: 1170px;
  }
}