.carousel-cell a:focus {
  outline-style: dotted;
  outline-color: black;
  outline-width: 1px;
  outline-offset: 2px; }

.carousel-cell .card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }

.carousel-cell .card-block {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between; }
  .carousel-cell .card-block p {
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6em;
    line-height: 1.2em; }

.carousel-wrapper .flickity-page-dots {
  margin: -10px;
  width: 98%;
  bottom: unset !important; }
  .carousel-wrapper .flickity-page-dots span {
    font-size: x-small;
    opacity: .5;
    display: block; }
  .carousel-wrapper .flickity-page-dots .dot {
    opacity: 0.7; }
    .carousel-wrapper .flickity-page-dots .dot.is-selected {
      opacity: 1; }
