/* Image Gallery Block - Dynamically loaded */
.image-block { display: block; margin: 0; }
.image-wrapper { position: relative; width: 100%; overflow: hidden; }

.photo-gallery-block {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
}

.photo-gallery-block .grid { position: relative; }
.photo-gallery-block a { position: relative; display: block; overflow: hidden; }
.photo-gallery-block img { max-width: 100%; height: auto; }
.photo-gallery-block [class*="columns-"] { overflow: hidden; }
