.carousel {
background: #FAFAFA;
  margin-bottom: 40px;
}

.carousel-cell {
  width: 100%;
  height: 100px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  img {
    vertical-align: middle;
  }
}

/* cell number */

.carousel-cell:before {
  display: none;
}
.carousel-main {
  .carousel-cell:before {
    display: none;
  }  
}
.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}
