/* Sobre — retrato de estúdio no palco das órbitas */
.page-sobre .orbit-stage__portrait {
  width: min(58%, 400px);
  z-index: 2;
}

.page-sobre .orbit {
  z-index: 5;
}

.page-sobre .orbit-stage__portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center 12%;
  -webkit-mask-image: linear-gradient(to bottom, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 86%, transparent 100%);
}

@media (max-width: 860px) {
  .page-sobre .orbit-stage__portrait {
    width: min(72vw, 320px);
  }
}
