I'm in the process of expanding my website and I wanted to add an automatic slideshow to the header. I followed a tutorial on this website: https://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
The issue I'm facing is that the background image is not confined to the header, but spreads across the whole page.
My question now is what changes do I need to make so that the "cb-slideshow" element only covers the header section.
Since I'm still a beginner in CSS, I've tried changing the position to relative in ".cb-slideshow li span", but that didn't work.
<section id="home" class="tt-fullHeight" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
...
</section>
/* CSS code for slideshow styling */
...
I expected the background images to be displayed and updated only in the header area, but currently they appear throughout the entire website.