.carousel{height:120px;margin:0 auto;position:relative;overflow:hidden}.carousel__content{height:120px;position:absolute;top:0;left:0;height:100%;-webkit-animation:moveSlideshow 70s linear infinite;-moz-animation:moveSlideshow 70s linear infinite;-o-animation:moveSlideshow 70s linear infinite;animation:moveSlideshow 70s linear infinite}.carousel__item,.carousel__item--clone{background:#fff;border:1px solid #cdcdcd;box-sizing:border-box;display:inline-block;width:115px;height:115px;margin:0 55px;vertical-align:middle;position:absolute;top:50%;transform:translate(0,-50%)}.carousel__item__link{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;display:block;height:auto;max-height:90%;max-width:90%}.carousel__content:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}@keyframes moveSlideshow{100%{transform:translateX(-50%)}}