@charset "UTF-8";
.icons.lake{
  width: 24.67vw;
  height: 7.33vw;
  background-image: url(./img/lake_illustration.png);
}
.icons.tent{
  width: 12.50vw;
  height: 7.33vw;
  background-image: url(./img/tent_illustration.png);
}
.icons.kayak{
  width: 11.33vw;
  height: 6.89vw;
  background-image: url(./img/kayak_illustration.png);
}
.icons.pot{
  width: 12.22vw;
  height: 6.72vw;
  background-image: url(./img/cooking_pot_illustration.png);
}
.icons.chair{
  width: 7.00vw;
  height: 8.67vw;
  background-image: url(./img/camp_chair_illustration.png);
}
@media screen and (max-width: 1080px) {
  .icons.lake{
    width: 62.17vw;
    height: 18.47vw;
  }
  .icons.tent{
    width: 31.50vw;
    height: 18.47vw;
  }
  .icons.kayak{
    width: 28.57vw;
    height: 17.36vw;
  }
  .icons.pot{
    width: 30.80vw;
    height: 16.94vw;
  }
  .icons.chair{
    width: 17.64vw;
    height: 21.85vw;
  }
}
