.gallery { display: flex; flex-wrap: wrap; margin: 1rem -0.3125rem; }

.thumbnail-link { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; overflow: hidden; font-size: 0; margin: 0.3125rem; max-width: 100%; }

.thumbnail { width: auto; height: auto; font-size: 0; transition: opacity var(--speed-2); }

.thumbnail:not([data-loaded='true']) { opacity: 0; }

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