.main-carousel-slide {
    background: #EEE;
}

.carousel-cell-slide {
    width: 100%;
    height: 350px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.carousel-cell-slide:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 350px;
    font-size: 80px;
    color: white;
}


.carousel-cell-prod {
    width: 100%;
    height: 370px;
    margin-right: 10px;
    border-radius: 5px;
}

.carousel-cell-prod:before {
    display: block;
    text-align: center;
    font-size: 80px;
    color: white;
}
    