/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.weareeight.com/hc/en-us/articles/360020366578-Un-minified-CSS-Javascript
***** */
.image-bar--single-image {
  text-align: center;
}
.image-bar--single-image .img-responsive {
  display: inline-block;
}
.image-bar--title {
  text-align: center;
}
.image-bar--description p {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .image-bar > div {
    margin-bottom: 3rem;
  }
  .image-bar > div:last-child {
    margin-bottom: 0;
  }
}
.homepage-section--image-gallery-wrapper .icon--placeholder {
  max-height: 200px;
}
.image-bar__content img {
  height: auto;
  width: 100%;
}

.image-bar:after {
  content: "flickity";
  display: none; /* hide :after */
}

.image-bar .flickity-viewport {
  width: 100%;
}

.image-bar .flickity-page-dots {
  display: block;
}
@media screen and (min-width: 768px) {
  /* disable Flickity for large devices */
  .image-bar:after {
    content: "";
  }
}
