.svgallery-wrapper { width: 100%; max-width: 800px; margin: auto; }
.svgallery-wrapper .swiper-slide img { width: 100%; border-radius: 6px; }
.thumbs-swiper { margin-top: 10px; }
.thumbs-swiper .swiper-slide { opacity: 0.6; cursor: pointer; }
.thumbs-swiper .swiper-slide-thumb-active { opacity: 1; }
/* Center thumbnails in the thumbs swiper */
.thumbs-swiper .swiper-wrapper { justify-content: center; }