/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
  background: #000;
}

.carousel-cell {
  width: 28%;
  height: auto;
  margin-right: 10px;
  background: #000;
  counter-increment: gallery-cell;
}

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

