img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.box {
  padding: 5px;
  overflow: hidden;
}

.box__list {  
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  
  width: 815px;  
}

.box__item {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
  
  /*background: url(https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixlib=rb-0.3.5&s=4b53609c9755c106af1a3c509b9b4f57&auto=format&fit=crop&w=753&q=80) center no-repeat;*/
    background: url(pic1.avif) center no-repeat;

  
  background-size: 400%;
  transition: all .27s ease-in-out;
}

.box__item:hover {
  transform: scale(1.05);
}

.item-1 {
  background-position: 0% 0%;
}

.item-2 {
  background-position: 35% 0%;
}

.item-3 {
  background-position: 70% 0%;
}

.item-4 {
  background-position: 100% 0%;
}

.item-5 {
  background-position: 0% 60%;
}

.item-6 {
  background-position: 35% 60%;
}

.item-7 {
  background-position: 70% 60%;
}

.item-8 {
  background-position: 100% 60%;
}
