/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
  background: #29275C;
}

.carousel img {
  display: block;
  height: 250px;
}

@media screen and ( min-width: 768px ) {
  .carousel img {
    height: 700px;
  }
}

@media (min-width:320px)  {
 .carousel img {
    height: 200px;
  }
}
@media (min-width:480px)  {
 .carousel img {
    height: 200px;
  }
}}

@media (min-width:600px)   {
 .carousel img {
    height: 300px;
  }
}
@media (min-width:801px)   {
 .carousel img {
    height: 700px;
  }
}
@media (min-width:1024px)  {
 .carousel img {
    height: 500px;
  }
}

@media (min-width:1281px) {
 .carousel img {
    height: 700px;
  }
}






/* hide buttons and breadcrumb */

.flickity-button {
  visibility: hidden;
}

.flickity-page-dots {
    visibility: hidden;
}


