@media (max-width: 400px) {
  .image__cafe {
    position: absolute;
    width: 540px;
    border: 5px solid #b5baa5;
    left: 300px;
    top: 80px;
  }

  .home__icon {
    position: absolute;
    z-index: 0;
    top: 1px;
    left: 20px;
    width: 30px;
  }
  .about__icon {
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 20px;
    width: 28px;
  }
  .fav__icon {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 20px;
    width: 35px;
  }
  .contacts__icon {
    position: absolute;
    z-index: 0;
    top: -2px;
    left: 18px;
    width: 35px;
  }

  .img-1,
  .img-2,
  .img-3 {
    z-index: 1;
    position: absolute;
    width: 110px;
    height: 200px;
    left: 20px;
    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: 25px;
    animation: img-2__animation 8s infinite;
  }
  .img-3 {
    top: 70px;
    left: 30px;
    animation: img-3__animation 8s infinite;
  }

  /* SVG IMAGES */
  #imgsrc-1 {
    position: absolute;
    top: 0;
    left: -180px;
    height: 200px;
  }
  #imgsrc-2 {
    position: absolute;
    left: -40px;
    height: 200px;
  }
  #imgsrc-3 {
    z-index: -1;
    position: absolute;
    left: -140px;
    height: 200px;
  }
}
