.AutoScroll {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.AutoScroll > * {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    transition: top linear 0.2s;
}