/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.project-wrap {
  padding: 25px;
  width:  80%;
  margin: 0 auto;
}

.project-slider-img {
  width: 100%;    
}

.project-carousel {
  margin-bottom: 40px;
}

.project-gallery-cell {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  
}

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