/* Ensures site title is not truncated on extra small screens */
@media (max-width: 479px) {
  .faculty-link {
    display: none !important;
  }
}
