How to make media banner animation?

Im trying to get this small transition animation going for my store but have no idea how to do it, this is what im trying to do, notice the small zoom in of the home page image

Please share your store URL

https://k0i1f0-pn.myshopify.com/

that is my password, i wanted to add an animation just like that one for my banner so it slides in and out exactly the same, this is just a test im making

also possibly to learn the text under that banner, the marquees they have made i would like to learn how to do that too

You can try to add this code to Custom CSS of that Image banner section.

img {
  transform: scale(1.1);
}

im trying for it to animate like the site i sent