@media (max-width: 380px) {
  .pukemob {
    background: url("../../assets/img/adn-mob.webp") center / cover no-repeat;
    background-attachment: fixed;
  }
}

@media (min-width: 381px) {
  .pukemob {
    background: url("../../assets/img/adn-1920.webp") center / cover no-repeat;
    background-attachment: fixed;
  }
}

