.image__cafe {
  position: absolute;
  width: 590px;
  border: 5px solid #b5baa5;
  left: 300px;
  top: 80px;
}

.img-1,
.img-2,
.img-3 {
  z-index: 1;
  position: absolute;
  width: 225px;
  height: 400px;
  left: 300px;
  top: 50px;
  background-color: gray;
  border: #2e241e;
  overflow: hidden;
  filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.356));
}
.img-2 {
  top: 60px;
  left: 305px;
  animation: img-2__animation 8s infinite;
}
.img-3 {
  top: 70px;
  left: 310px;
  animation: img-3__animation 8s infinite;
}

/* SVG IMAGES */
#imgsrc-1 {
  position: absolute;
  top: 0;
  left: -360px;
  height: 400px;
}
#imgsrc-2 {
  position: absolute;
  left: -120px;
  height: 400px;
}
#imgsrc-3 {
  z-index: -1;
  position: absolute;
  left: -300px;
  height: 400px;
}