@media (min-width: 768px) {
  .member-masthead__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .member-masthead__content {
    text-align: start;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .member-masthead__links {
    justify-content: start;
  }
}

@media (min-width: 768px) {
  .member-masthead__autograph {
    transform: translateX(-80%);
    left: 0;
    right: auto;
    bottom: 40px;
    top: auto;
  }
}