*{box-sizing:border-box}.carousel-slick{background:#eee;width:80vw;overflow:hidden}.carousel-cell{width:28%;height:200px;margin-right:10px;background:#8c8;border-radius:5px;counter-increment:carousel-cell}.carousel-cell.is-selected{background:#ed2}.carousel-cell:before{display:block;text-align:center;content:counter(carousel-cell);line-height:200px;font-size:80px;color:#fff}