[data-animation-role],
[class*="block-animation-"],
.sqs-block-animation,
.sqs-animation-enabled [data-animation-role] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  filter: none !important;
}

img[data-src] { opacity: 1 !important; }

.sqs-gallery-block-grid .sqs-gallery-container,
.sqs-gallery-block-grid .sqs-gallery-design-grid { height: auto !important; }
.sqs-gallery-block-grid .sqs-gallery { display: flex !important; flex-wrap: wrap !important; align-items: flex-start; position: static !important; height: auto !important; width: 100% !important; }
.sqs-gallery-block-grid .slide { position: relative !important; float: none !important; left: auto !important; top: auto !important; width: 25%; height: auto !important; box-sizing: border-box; padding: 0 !important; margin: 0 !important; }
.sqs-gallery-thumbnails-per-row-1 .slide { width: 100%; }
.sqs-gallery-thumbnails-per-row-2 .slide { width: 50%; }
.sqs-gallery-thumbnails-per-row-3 .slide { width: 33.3333%; }
.sqs-gallery-thumbnails-per-row-4 .slide { width: 25%; }
.sqs-gallery-thumbnails-per-row-5 .slide { width: 20%; }
.sqs-gallery-thumbnails-per-row-6 .slide { width: 16.6666%; }
.sqs-gallery-block-grid .margin-wrapper { position: relative !important; display: block; height: auto !important; }
.sqs-gallery-block-grid .image-slide-anchor { display: block; position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; }
.sqs-gallery-block-grid .slide img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover; opacity: 1 !important; clip: auto !important; margin: 0 !important; }

.sqs-gallery-block-slideshow .sqs-gallery { position: relative; height: auto !important; }
.sqs-gallery-block-slideshow .slide { position: relative !important; float: none !important; left: auto !important; top: auto !important; display: block !important; width: 100% !important; height: auto !important; opacity: 1 !important; margin: 0 0 10px !important; }
.sqs-gallery-block-slideshow .slide img { position: relative !important; top: auto !important; left: auto !important; width: 100% !important; height: auto !important; opacity: 1 !important; clip: auto !important; display: block; }
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails { display: none; }
