.mobile-buttons {
  align-self: center;
}
@media (width > 1200px) {
  body:not(.is-always-mobile-nav) .mobile-buttons {
    display: none;
  }
}
