Section Scroll From Under
A way to use sticky to make a section show up from behind another section. If you have two divs. For this - 100vh each set to relative, on on top of the other. Then the second one make it sticky - bottom '0'. Make z-index on sticky div lower than first div and this happens.