@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}