Motion Theme: Make Header Overlay Slideshow on Specific Page

Hi all,
My site URL is: https://www.huio.io/

I want to fix some code I am having trouble with.
I want to have my slideshow underneath my header on this specific page: https://www.huio.io/pages/project-raijen
I have had help before and achieved it on my collections page, found here: https://www.huio.io/collections/all
What I achieved on my collections page is exactly what I want to achieve on my new specific page.

Here is the code I have currently, this includes both pages’ individual code.
I believe the issue is with the “{% pages.handle == ‘all’ %}” as I have edited this code myself from the copy and paste method of the “{% collection.handle == ‘all’ %}”. The code I copy and pasted works perfectly.

If someone could help that would be incredible!

{% if collection.handle == 'all' %}

{% endif %}
{% if pages.handle == 'all' %}

{% endif %}

Hi @BejaySmith ,

I checked and you added it successfully?

Sorry for the confusion, I want the image to be behind the header.

Hi @BejaySmith ,

Please change code:

Hope it helps!