Having trouble integrating this animation (from codepen) into my website. It works fine on its own, but when I try to add it to my site, it doesn't show up. I want it to appear in the middle at the bottom of the background image.
Check out the codepen here.
Here is my JSFiddle.
<div class="scroll-downs">
<div class="mousey">
<div class="scroller"></div>
</div>
</div>
I suspect my issue lies in where I've placed the HTML code for the animation, but I've tried various locations and still can't get it to work.
I've included a web background image for reference.