
.hypercollage {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  justify-items: center;
  height: 100vh;
  width: 100vw;
  border-radius: 20px;
  overflow: hidden;
}

.layer-hc .hypercollage {
  position: absolute;
  top: 0px;
  left: 0px;
}

.hypercollage img {
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 100vh;
  width: 133.33vh;
  align-self: center;
  mix-blend-mode: difference;
}
