Remove The options Stop Auto rotate While Hovering on Slide Show

Hello i Have An Issue , I have on my landing Page A Slide Show that when i hover my cursor on it , it pauses on the slide , when i remove the cursor from the slide show it automatically stops … i Think there is just a code to remove … It’s a pretty simple matter and it should be easy to fix .

Website link : https://7968dc-f5.myshopify.com/

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
#Slide-template--22639743926601__slideshow_tT4gdr-3:hover {
    animation-play-state: paused !important;
}

Thanks!

I want that when i put my cursor on slideshow it doesnt pause and stay on the same Slide , this didn’t work !