/*.slider {width: 100%;}*/
.slider-wrapper {width: 100%;height: 200px;position: relative;}
.slide {float: left;position: absolute;width: 100%;height: 100%;opacity: 0;transition: opacity 3s linear;}
.slider-wrapper > .slide:first-child {opacity: 1;}