@media only screen and (min-width: 769px) {
  #announcement-bar {
    justify-content: center;
    position: relative;
  }
  #announcement-bar > .language-switcher {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 5rem;
  }
}