.ce-above .__ce-gallery + .ce-bodytext {
  margin-top: 2rem;
}

.ce-below .ce-bodytext + .__ce-gallery {
  margin-top: 2rem;
}

.__ce-gallery .ce-column {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.__ce-gallery .ce-column figure a {
  overflow: hidden;
  display: block;
}
.__ce-gallery .ce-column figure picture img {
  filter: var(--hover__filter__grayscaleIn);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.__ce-gallery .ce-column figure .figure-caption {
  background-color: var(--gallery__figcaption_background);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.__ce-gallery .ce-column:hover figure picture img {
  transform: var(--hover__transform__scaleIn);
  filter: var(--hover__filter__grayscaleOut);
}

/*# sourceMappingURL=gallery.css.map */
