.hero-screen-wrapper .ez-ad-software {
  animation:
    heroScaleIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards,
    heroSubtleFloat 4s ease-in-out 1.5s infinite;
}
.ez-ad-stick-wrapper {
  animation: heroSlideUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards;
}
.ez-ad-stick-wrapper .new-badge {
  animation:
    heroScaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards,
    pulse 2s ease-in-out 2s infinite;
}
@media screen and (max-width: 1199.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 170px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 90px;
  }
  .ez-ad-tv-stick {
    width: 60px;
  }
  .new-badge{
    width: 40px;
  }
}
