#siteWrapper {
bright-inverse.gallery-section .gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item[data-next="true"]:not([data-active="true"]) .gallery-fullscreen-slideshow-item-src {
transform: translatex(-100%);
opacity: 1 !important
}
.light.gallery-section .gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item[data-next="true"]:not([data-active="true"]) .gallery-fullscreen-slideshow-item-src {
transform: translatex(100%)
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item-wrapper,.gallery-fullscreen-slideshow-item {
transform: translate3d(0,0,0) !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item[data-static="true"] .gallery-fullscreen-slideshow-item-src,.gallery-fullscreen-slideshow-item .gallery-caption-fullscreen-slideshow {
transition: unset !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item-img {
opacity: 1 !important;
transition: none !important;
will-change: unset !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item .gallery-fullscreen-slideshow-item-src {
transition: 3000ms cubic-bezier(.2,.6,.3,1) !important
}
.gallery-fullscreen-slideshow-item-src {
transition: transform 3000ms cubic-bezier(.2,.6,.3,1) !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item-src {
opacity: 1 !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item .gallery-fullscreen-slideshow-item-src {
opacity: 1 !important;
transform: translate(0) !important
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-item {
opacity: 1 !important;
visibility: visible !important
}
}