.fadeBanner.setAinmation a { position: absolute; opacity: 0; z-index: 0; transition: opacity 0s cubic-bezier(0.65, 0.05, 0.36, 1); }
.fadeBanner.drift_right.setAinmation a { top: 0; transform: translateY(-50%); }
.fadeBanner a.fadeBannerOut { opacity: 0; z-index: 0; }
.fadeBanner a.fadeBannerIn { position: absolute; opacity: 1; z-index: 1; }
