/* external css: flickity.css */

.carousel {
  background: #EEE;
  z-index: 0;
  height: 100%;
}

.carousel-cell {
  width: 66%;
  
  padding-right: 30px;
 
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  
  line-height: 200px;
  font-size: 80px;
  color: white;
}
