/* external css: flickity.css */

* { box-sizing: border-box; }


.carousel {
  /*background: #EEE;*/
}

.carousel-cell {
  width: 25%;
  height: 50px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.carousel-cell img {
    max-width: 100%;
    max-height: 40px;
    /*  filter: grayscale(100%) sepia(1) contrast(0.07) brightness(1.3) saturate(20) hue-rotate(179deg); Adjust hue-rotate for color */
}


