.cb-slideshow, .cb-slideshow li { line-height: 0; margin: 0; padding: 0; } .cb-slideshow, .cb-slideshow:after { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: -1; } .cb-slideshow:after { content: ''; } .cb-slideshow li span { color: transparent; height: 100%; left: 0; line-height: 0; position: absolute; top: 0; width: 100%; background-size: ; background-position: ; background-repeat: no-repeat; opacity: 0; z-index: -1; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-animation: imageAnimation 0s linear infinite 0s; -moz-animation: imageAnimation 0s linear infinite 0s; -o-animation: imageAnimation 0s linear infinite 0s; -ms-animation: imageAnimation 0s linear infinite 0s; animation: imageAnimation 0s linear infinite 0s; } @keyframes imageAnimation { 0% { opacity: 0; animation-timing-function: ease-in; } 0% { opacity: 1; animation-timing-function: ease-out; } 0% { opacity: 1 } 0% { opacity: 0 } 100% { opacity: 0 } } .no-cssanimations .cb-slideshow li span{ opacity: 1; }