.c-news-feed .flickity-enabled .flickity-viewport {
  overflow: visible;
}

/* use min/max-width for WP preview examples */
.c-news-feed__item {
  min-width: 312px;
  max-width: 312px;
  min-height: 100%;
}

@media screen and (min-width: 980px) {
  .c-news-feed__item {
    min-width: 327px;
    max-width: 327px;
  }
}

@media screen and (min-width: 1200px) {
  .c-news-feed__item {
    min-width: 340px;
    max-width: 340px;
  }
}
