.i1 {
  background-image: url(../images/jinx-max.jpg);
}

.i2 {
  background-image: url(../images/jim-max.jpg);
}

.i3 {
  background-image: url(../images/jerry-max.jpeg);
}

.i4 {
  background-image: url(../images/joe-black-max.jpg);
}

.i5 {
  background-image: url(../images/jack-max.jpg);
}

.grouped_box {
  justify-content: center;
}

main .all .box .img {
  width: 280px;
  height: 455px;
}
@media only screen and (max-width: 1280px) {
  main .all .box .img {
    width: 280px;
    height: 455px;
  }
}
@media only screen and (max-width: 1000px) {
  main .all .box .img {
    width: 285px;
    height: 455px;
  }
}
@media only screen and (max-width: 400px) {
  main .all .box .img {
    width: 270px;
    height: 430px;
  }
}
