/* Ensure site title is not truncated on medium screens and below */
@media (max-width: 991px) {
  .faculty-link {
    display: none !important;
  }
}
