.secondary-nav-container {
    position: absolute;
    margin-right: 0;
    float: right;
    right: 285px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 125px;
    top: 20px;
}

@media screen and (width < 1200px) {
  .secondary-nav-container {
    display: none;
  }
}