.jwa-simple-gallery-image {
  text-align:center;
  float:left;
  margin: 0;
}


.jwa-simple-gallery .jgallery {

}

.jwa-simple-gallery .jgallery .zoom-container .nav-bottom {

}

/* background-color: var(--colour-1); */

.jwa-simple-gallery .jgallery .jgallery-thumbnails.images a {
 
}

.jwa-simple-gallery-image img {
  object-fit: cover;
  width:100%;
  height:220px;
  padding: 0 5px;
}

.jwa-simple-gallery.cols-2 .jwa-simple-gallery-image {width:50%;}
.jwa-simple-gallery.cols-3 .jwa-simple-gallery-image {width:33.33333%;}
.jwa-simple-gallery.cols-4 .jwa-simple-gallery-image {width:25%;}
.jwa-simple-gallery.cols-5 .jwa-simple-gallery-image {width:20%;}
.jwa-simple-gallery.cols-6 .jwa-simple-gallery-image {width:16.6666666667%;}
.jwa-simple-gallery.cols-7 .jwa-simple-gallery-image {width:14.2857142857%;}
.jwa-simple-gallery.cols-8 .jwa-simple-gallery-image {width:12.5%;}

/* {{{ Fixed content area */
@media screen and (max-width: 1200px) {
  .jwa-simple-gallery.cols-2 .jwa-simple-gallery-image {width:50%;}
  .jwa-simple-gallery.cols-3 .jwa-simple-gallery-image {width:50%;}
  .jwa-simple-gallery.cols-4 .jwa-simple-gallery-image {width:33.33333;}
  .jwa-simple-gallery.cols-5 .jwa-simple-gallery-image {width:25%;}
  .jwa-simple-gallery.cols-6 .jwa-simple-gallery-image {width:25;}
  .jwa-simple-gallery.cols-7 .jwa-simple-gallery-image {width:20%;}
  .jwa-simple-gallery.cols-8 .jwa-simple-gallery-image {width:16.6666666667%;}
}

@media screen and (max-width: 880px) {
  .jwa-simple-gallery.cols-2 .jwa-simple-gallery-image {width:50%;}
  .jwa-simple-gallery.cols-3 .jwa-simple-gallery-image {width:50%;}
  .jwa-simple-gallery.cols-4 .jwa-simple-gallery-image {width:50%;}
  .jwa-simple-gallery.cols-5 .jwa-simple-gallery-image {width:33.33333%;}
  .jwa-simple-gallery.cols-6 .jwa-simple-gallery-image {width:33.33333%;}
  .jwa-simple-gallery.cols-7 .jwa-simple-gallery-image {width:25%;}
  .jwa-simple-gallery.cols-8 .jwa-simple-gallery-image {width:25%;}
}
/* }}} Fixed content area */