header#app-bar {
  background: #272727;
  color: #fff;
}

@media (min-width: 768px) {
  header#app-bar {
    background: #272727 url(/cas/images/csc-logo-2b6cf6bc1cd4993761b91d6e261501ae.png) no-repeat left;
    height: 100px;
  }

  #cas-theme-title {
    text-indent: -5000px;
  }
}