Hey there, I wanted to let you know that I created a new version of this because it couldn't be achieved the way I explained before.
I am trying to get an image to overlap the previous div and stay in the same spot consistently.
The image is intended to create a peek effect over the previous div for my portfolio section. I'm working on aligning it correctly here.
<div id="previous">some content</div>
<div id="portfolio">
<div class="some-other-content">Whole lot of html</div>
</div>