Scroll with image overtop
#page .page-section:nth-child(even) {
position: sticky !important;
top: 0;
box-shadow: 5px 5px 15px rgba(0,0,0,0.8) !important;
}
html {
scroll-behavior: smooth;
}
#page .page-section:nth-child(even) {
position: sticky !important;
top: 0;
box-shadow: 5px 5px 15px rgba(0,0,0,0.8) !important;
}
html {
scroll-behavior: smooth;
}