demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; width: 350px; height: 200px; }
demo-frame { display: block; width: 100%; padding: 20px 0px; margin: auto; border: 2px solid black; overflow: hidden scroll; scroll-snap-type: y mandatory; height: 100%; }
demo-object { display: block; background-color: rgb(255, 209, 240); width: 90%; margin: 3px; scroll-snap-align: start; height: 500px; }
.element {scroll-snap-stop: always;}


