.md-nav__link .md-ellipsis {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: 76rem;
  }
}
