 /* external css: flickity.css */

* { box-sizing: border-box; }



.carousel {
  background: #fff;
}

.carousel-cell {
  width: 100%;
  margin-right: 0px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
}
.carousel-cell img{ width: 100%}
