.bannerSection .BannerBox .bannerRight .hero-img{animation:hero-float 6s ease-in-out infinite;display:block;filter:none!important;height:auto;margin-top:-40px;max-width:1400px;transform-style:preserve-3d;transition:none!important;width:100%;will-change:transform}@keyframes hero-float{0%,to{transform:translateY(-40px)}50%{transform:translateY(-50px)}}@media (max-width:900px){.bannerSection .BannerBox .bannerRight .hero-img{animation:hero-float-mobile 7s ease-in-out infinite;margin:0 auto;max-width:95%;transform:translateY(0)}}@keyframes hero-float-mobile{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.bannerSection .BannerBox .bannerRight .hero-img{animation:none;transform:none}}