.swiper-gallery-root.swiper-gallery-skin-mobile {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-gallery-top {
	height: 80%;
	width: 100%;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 5px !important;
	padding-top: 0;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-button-prev,
.swiper-gallery-root.swiper-gallery-skin-mobile .swiper-button-next {
	color: white;
	margin-top: -40px;
}
