header#app-bar {
  background: #272727;
  color: #fff;
}

@media (min-width: 768px) {
  header#app-bar {
    background: #272727 url(/cas/images/osu-brand-horizontal-white-7beddc2516818976f036dbd1e3fc6c68.png) no-repeat left;
    height: 120px;
  }

  #cas-theme-title {
    text-indent: -5000px;
  }
}