.premium-hero-fallback-left,
.premium-hero-fallback-right {
  will-change: transform, opacity;
}

.premium-hero-fallback-left {
  animation: premiumSlideLeft 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.premium-hero-fallback-right {
  animation: premiumSlideRight 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s both;
}

