/* external css: flickity.css */

* { box-sizing: border-box; }


.carousel {
  background: none;
  margin-top: 80px;
}
.carousel-cell {
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-cell p {font-size: 1.7em; color: white;}
@media (min-width: 768px) {.carousel-cell p {font-size: 2em;}}

/* .carousel img {
  display: block;
  height: 270px;
}
@media (min-width: 768px) {.carousel img {height: 400px;}} */
  
