.project-scene__parallels-lockup {
  position: relative;
  container-type: size;
  flex: none;
  width: min(47vw, 820px);
  max-width: 100%;
  height: min(50svh, calc(min(47vw, 820px) * 1900 / 1855));
  overflow: hidden;
  filter: drop-shadow(0 28px 42px rgb(0 0 0 / 18%));
}

.project-scene__parallels-lockup img {
  position: absolute;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: fill;
  object-position: center;
  filter: none;
}

.project-scene__parallels-composition {
  position: absolute;
  top: 1.38cqh;
  left: 50cqw;
  width: min(92.3766cqw, 87.44cqh);
  aspect-ratio: 1160 / 1290;
  transform: translateX(-50%);
}

.project-scene__parallels-composition > .project-scene__parallels-bars {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-scene__parallels-composition > .project-scene__parallels-computer {
  z-index: 2;
  left: 9.1772%;
  top: 15.505%;
  width: 85.443%;
  height: auto;
}

@media (width <= 980px) {
  .project-scene__parallels-lockup {
    width: 45vw;
    height: auto;
    aspect-ratio: 1855 / 1900;
  }
}

@media (width <= 700px) {
  .project-scene__parallels-lockup {
    width: 100%;
  }
}
