@charset "UTF-8";
.icons.wave{
  width: 18vw;
  height: 6.39vw;
  background-image: url(./img/wave.png);
}
.icons.drone{
  width: 17.78vw;
  height: 8.44vw;
  background-image: url(./img/drone.png);
}
.icons.lure{
  width: 12.72vw;
  height: 7.17vw;
  background-image: url(./img/lure.png);
}
.icons.meal{
  width: 14.78vw;
  height: 6.72vw;
  background-image: url(./img/meal.png);
}
.icons.grapes{
  width: 6.67vw;
  height: 8.39vw;
  background-image: url(./img/grapes.png);
}

@media screen and (max-width: 1080px) {
  .icons.wave{
    width: 45.36vw;
    height: 16.1vw;
  }
  .icons.drone{
    width: 44.8vw;
    height: 21.28vw;
  }
  .icons.lure{
    width: 32.06vw;
    height: 18.06vw;
  }
  .icons.meal{
    width: 37.24vw;
    height: 16.94vw;
  }
  .icons.grapes{
    width: 16.8vw;
    height: 21.14vw;
  }
}