.paragraph.paragraph--type--image-gallery h2 {
  margin: 1em;
}
.paragraph--type--image-gallery .thumbnails {
  display: flex;
  flex-wrap: wrap;
    
}
.paragraph--type--image-gallery .thumbnail {
  position: relative;
    max-width: 200px;
    
}
.paragraph--type--image-gallery .thumbnail img {
  width: 100%;
}
.paragraph--type--image-gallery.title-left .thumbnails {
  justify-content: flex-start;
}
.paragraph--type--image-gallery.title-centre .thumbnails {
  justify-content: center;
}
.paragraph--type--image-gallery.title-right .thumbnails {
  justify-content: flex-end;
}
