@charset "UTF-8";
.icons.car{
  width: 10.56vw;
  height: 7.39vw;
  background-image: url(./img/car.png);
}
.icons.beer{
  width: 8.17vw;
  height: 10.22vw;
  background-image: url(./img/beer.png);
}
.icons.gear{
  width: 11vw;
  height: 7.61vw;
  background-image: url(./img/gear.png);
}
.icons.tent{
  width: 12.5vw;
  height: 7.33vw;
  background-image: url(./img/tent.png);
}
.icons.leaf{
  width: 8.5vw;
  height: 8.94vw;
  background-image: url(./img/leaf.png);
}

@media screen and (max-width: 1080px) {
  .icons.car{
    width: 26.6vw;
    height: 18.62vw;
  }
  .icons.beer{
    width: 20.58vw;
    height: 25.76vw;
  }
  .icons.gear{
    width: 27.72vw;
    height: 19.18vw;
  }
  .icons.tent{
    width: 31.5vw;
    height: 18.48vw;
  }
  .icons.leaf{
    width: 21.42vw;
    height: 22.54vw;
  }
}