
.gallery-thumbs .swiper-slide {
	display: block;
	width: 20%;
	height: 30% !important;
	opacity: 0.4 !important;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1 !important;
}

/* Thing that made the gallery-thumbs to look better in static form, but messed up the dynamic form 
.gallery-thumbs .swiper-wrapper {
	transform: translate3d(95px, 0px, 0px) !important;
}
*/