Parallex effect ia not working

My parallax effect is not working with this code. what can be the reason for it?

.ss{ background: linear-gradient(335deg, rgba(255,140,107,1) 0%, rgba(255,228,168,1) 100%); background-repeat: no-repeat; background-image: url('//cdn.shopify.com/s/files/1/0625/3992/3710/files/video_2_1.png?v=1651495212'); height: 700px; background-attachment: fixed !important; background-position: center; background-size: cover; position: relative; clear: both; }

What exactly is not working? What do you want to achieve? Where did you add the code? Make sure to select the Additional CSS field in the code Editor. If you put it in the header, don’t forget to wrap it in a style tag.

I just tested your code in a new project. Works for me. The image shows as a fixed background.