/*
 * SiteSucker captured Squarespace gallery items
 * before their scroll/fade animations completed.
 *
 * The images and gallery layouts are already correct.
 * Just make every gallery image wrapper visible.
 */

.gallery-masonry-item-wrapper[data-animation-role="image"],
.gallery-grid-item-wrapper[data-animation-role="image"] {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}
