/* Six cut-out goddesses flank the copy while the ruin layers keep their depth. */
.l-mid {
  background-image: url("/pantheon-parallax-v2.png");
  background-size: 100% auto;
  background-position: center 45%;
  background-repeat: no-repeat;
  z-index: 1;
}

.stage:after {
  z-index: 2;
  background: linear-gradient(90deg, rgba(7, 5, 9, .38), rgba(8, 6, 11, .12) 52%, rgba(8, 6, 12, .38)),
    linear-gradient(180deg, rgba(5, 4, 8, .05), rgba(7, 5, 10, .78) 94%);
}

@media (max-width: 700px) {
  .l-mid {
    background-image: none;
  }

  .l-near {
    opacity: .5;
  }

  .stage:after {
    background: linear-gradient(180deg, rgba(6, 5, 10, .38), rgba(7, 5, 10, .53) 65%, rgba(7, 5, 10, .5));
  }
}
