/* Code tidied up by ScrapBook */
@keyframes justified-gallery-show-caption-animation {
0% { opacity: 0; }
100% { opacity: 0.7; }
}
@keyframes justified-gallery-show-caption-animation {
0% { opacity: 0; }
100% { opacity: 0.7; }
}
@keyframes justified-gallery-show-caption-animation {
0% { opacity: 0; }
100% { opacity: 0.7; }
}
@keyframes justified-gallery-show-entry-animation {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes justified-gallery-show-entry-animation {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes justified-gallery-show-entry-animation {
0% { opacity: 0; }
100% { opacity: 1; }
}
.justified-gallery { width: 100%; position: relative; overflow: hidden; }
.justified-gallery > a, .justified-gallery > div { position: absolute; display: inline-block; overflow: hidden; opacity: 0; }
.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img { position: absolute; top: 50%; left: 50%; margin: 0px; padding: 0px; border: 0px none; }
.justified-gallery > a > .caption, .justified-gallery > div > .caption { display: none; position: absolute; bottom: 0px; padding: 5px; background-color: rgb(0, 0, 0); left: 0px; right: 0px; margin: 0px; color: rgb(255, 255, 255); font-size: 12px; font-weight: 300; font-family: sans-serif; }
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible { display: initial; opacity: 0.7; animation: 500ms ease 0s normal none 0 running justified-gallery-show-caption-animation; }
.justified-gallery > .entry-visible { opacity: 1; animation: 500ms ease 0s normal none 0 running justified-gallery-show-entry-animation; }
.justified-gallery > .spinner { position: absolute; bottom: 0px; margin-left: -24px; padding: 10px 0px; left: 50%; opacity: initial; filter: initial; overflow: initial; }
.justified-gallery > .spinner > span { display: inline-block; opacity: 0; width: 8px; height: 8px; margin: 0px 4px; background-color: rgb(0, 0, 0); border-radius: 6px; }
