 .gallery{
  padding:2em;
  height:200vh;
}
.image-pop{
  position:relative;
}

div#two img {
    width: 294px;
    height: 197px;
    object-fit: cover;
    border-radius: 10px;
}

div#three img {
    width: 264px;
    height: 327px;
    object-fit: cover;
    border-radius: 10px;
}

div#four img {
    width: 264px;
    height: 197px;
    object-fit: cover;
    border-radius: 10px;
}

div#five img {
    width: 399px;
    height: 298px;
    object-fit: cover;
    border-radius: 10px;
}

div#six img {
    width: 264px;
    height: 197px;
    object-fit: cover;
    border-radius: 10px;
}

#one{
  top:10%;
}
#two {
    top: 28em;
    left: 5%;
}
#three {
    left: 75%;
    top: 10em;
}
#four {
    top: 17em;
    left: 40%;
}
#five {
    top: 28em;
    left: 5%;
}

div#six {
    top: 10em;
    left: 75%;
}