/* Mainpage iteration */

.hero-stage-clean .hero-ratio::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.16) 44%, rgba(0,0,0,.08)),
    linear-gradient(0deg, rgba(0,0,0,.54), transparent 48%) !important;
}

.hero-stage-clean .hero-ratio::after {
  opacity: .18 !important;
}

.hero-stage-clean .hero-media img,
.hero-stage-clean .hero-media video {
  filter: brightness(.9) contrast(1.04) saturate(.98) !important;
}

.hero-content-clean {
  grid-template-columns: 1fr minmax(260px, 420px);
}

.hero-content-clean .hero-copy {
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(104,201,190,.12);
  backdrop-filter: blur(5px);
  padding: 18px;
}

.hero-names {
  display: none !important;
}

.crew-small-head {
  align-items: end;
}

.crew-small-head .text-link {
  display: none !important;
}

.crew-person h3 {
  min-height: 1.75em;
}

.system-bts .system-copy {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.42)),
    url("../projects/miss-bashful/gallery/03.png");
  background-size: cover;
  background-position: center;
}

.stage-panel-bts {
  background:
    linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.72)),
    url("../projects/helene-fischer/gallery/02.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.project-grid .project img {
  background: #020303;
}

@media (max-width: 840px) {
  .hero-content-clean .hero-copy {
    max-width: 360px;
  }
}
