.section {
  box-sizing: border-box;
  width: 100%;
  height: 200vh;
}

.trigger {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  perspective: 200px;
  transform-style: preserve-3d;
}

.content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.image1-wrapper {
  position: absolute;
  left: 10%;
  top: 10%;
}

.image2-wrapper {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.image3-wrapper {
  position: absolute;
  top: 5%;
  left: 60%;
}

.image4-wrapper {
  position: absolute;
  top: 50%;
  left: 20%;
}

.image5-wrapper {
  position: absolute;
  bottom: -20%;
  left: 20%;
}

.image6-wrapper {
  position: absolute;
  bottom: -20%;
  right: 0%;
}

.image7-wrapper {
  position: absolute;
  bottom: -20%;
  right: 0%;
}

/* For demo only*/
body {
  background-color: #000000;
  margin: 0;
}
