/* --- start customisation of gallery thumbnails  --- */

.wp-block-image .aligncenter {
  text-align: center;
}

.ngg-galleryoverview {
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  clear: both;
  display: block !important;
  text-align: center;
  /* To center */
}

.ngg-gallery-thumbnail .caption {
  text-align: center;
  font-size: 50%;
}

.ngg-gallery-thumbnail-box {
  /* float: left; */
  margin-right: 5px;
  display: inline-block;
}

.ngg-gallery-thumbnail img:hover {
  /*  Change hover color from grey to black */
  background-color: #000000;
}

.ngg-gallery-thumbnail a {
  /*  Needed for thumbnail centering to work */
  display: block;
  vertical-align: middle;
  text-align: center;
  height: 150px;
  /* make descriptions align below thumbnails */
}

.ngg-gallery-thumbnail img {
  /*  Needed for thumbnail centering to work */
  float: none;
  display: block;
  margin: 0em auto;
}

.ngg-galleryoverview {
  text-align: center;
}

.ngg-gallery-list {
  display: inline-block;
  margin: 0;
}

.ngg-gallery-list li {
  float: none;
  display: inline-block;
}

/* --- end customisation of gallery thumbnails  --- */

/* SiteOrigin Custom CSS */

* 
.ngg-gallery-thumbnail span {
  font-size: 75%;
}

.ngg-gallery-thumbnail span {
  font-size: 75%;
}