/* [julia_gallery] >>> section.jsg_figures */
.jsg_figures {
  margin: 2rem 0;
  /*overflow: hidden;*/
  display: flex;
  justify-content: space-between;
  max-width: 1000rem !important;
  padding: 0 !important;
}
.jsg_figures figure {
  background-size: cover !important;
  margin-right: 0.6rem;
  position: relative;
}
.jsg_figures figure:last-of-type {
  margin-right: 0;
}
.jsg_figures figure img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.jsg_figures figure img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.jsg_figures figure a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: none;
}
.jsg_figures figure a:hover {
  box-shadow: none;
}
.jsg_figures.figcaption {
  position: relative;
  margin-bottom: 2.5rem;
}
.jsg_figures.figcaption figcaption {
  position: absolute;
  /*right: 0;*/
  bottom: -2rem;
  /*text-indent: -9999px;*/
}
/*.jsg_figures.figcaption figure:last-of-type figcaption{
    position: absolute;
    right: 0;
    bottom: -2rem;
    text-indent: 0px;
}*/
/* [julia_video] */
.jsv_video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.jsv_video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
/*# sourceMappingURL=style.css.map */