/* [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;
    margin: 0;
    margin-right: 0.6rem;
}
.jsg_figures figure a{
    border: none;
}
.jsg_figures figure:last-child{
    margin-right: 0;
}
.jsg_figures figure img{
    opacity: 0;
    width: 100%;
    height: auto;
}
.jsg_figures.figcaption {
    position: relative;
    margin-bottom: 2.5rem;
}
.jsg_figures.figcaption figcaption{
    position: absolute;
    right: 0;
    bottom: -1.3rem;
    text-indent: -9999px;
}
.jsg_figures.figcaption figure:last-child figcaption{
    position: absolute;
    right: 0;
    bottom: -2rem;
    bottom: -1.3rem;
    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%;
}/**/