.carousel {
  background: #FFFFFF;
}

.carousel__cell {
  width: 100%;
  counter-increment: carousel-cell;
}

.carousel__cell__image {
  width: 100%;
  height: 100%;
}

.carousel .flickity-button {
  display: none;
}

.not-clickable {
  pointer-events: none;
  cursor: default;
}