@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_custom/images/decoration/decoration-logo-mdmc-bg-page-title.svg);
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: top right;
    aspect-ratio: 0.9;
    z-index: 0;
  }
}
