.navbar-brand.sysbio-brand {
  font-size: 1.5rem;
}

@media (max-width: 860px) {
  .navbar-brand.sysbio-brand {
    max-width: calc(100vw - 86px);
    line-height: 1.1;
    white-space: normal;
  }

  .sysbio-brand-prefix {
    display: none;
  }
}
