.person-header {
  background-color: #000;
  &:after {
    background-color: #000;
  }

  /* contact container */
  .contact-container {
    background-color: #181818;
  }
}

/* edizione label */
.pt-person--full .academic-year {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;

  div {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    color: #7caeff;

  }
}

/* link progetto di tesi */
.pt-person--full {
  .container-student-project {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;

    .label {
      color: #fff;
      text-transform: uppercase;
    }

    a,
    .views-field-title .field-content {
      color: #7caeff;
      display: inline-block;
      transition: 0.2s ease;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
  }
}

@media (min-width: 1200px) {
  .person-header:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../../../../pt_mcs/images/decoration/decoration-logo-mcs-bg-page-title.svg);
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: top right;
    aspect-ratio: 0.9;
    z-index: 0;
  }
}
