.process-showcase {
  max-width: var(--max);
  margin: auto;
  padding: 72px 28px 0;
}

.process-showcase-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #07162a;
  box-shadow: 0 26px 65px rgba(8, 27, 56, 0.18);
}

.process-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.material-stage-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .process-showcase {
    padding: 48px 24px 0;
  }

  .hero .material-stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1334 / 1179;
    margin: 32px 0 0;
    transform: none;
  }
}

@media (max-width: 560px) {
  .process-showcase {
    padding: 36px 16px 0;
  }

  .process-showcase-frame {
    border-radius: 3px;
    box-shadow: 0 18px 42px rgba(8, 27, 56, 0.16);
  }

  .hero .material-stage {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
  }
}
