.velocity, .velocity-scroll{
    position: relative;
}
.animated.s8 {
    -webkit-animation-duration: 0.85s;
    animation-duration: 0.85s;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
