/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* prevent vertical scroll bar glitch */
html { overflow-y: scroll; }

.carousel {
  background: #EEE;
}

.carousel-cell {

}
.carousel-cell{
  width: 100%;
  height: auto;
  overflow:hidden;
}
