html.jsEnabled .animated {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
