.reddstone-autowidth-slider {
	width: 100%;
	height: auto;
	display: flex;
}
.reddstone-autowidth-slider .swiper-wrapper {
	height: auto !important;
}
.reddstone-autowidth-slider .swiper-slide {
	width: auto!important;
}
.reddstone-autowidth-slider .slide-wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.reddstone-autowidth-slider .image {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 10;
	width: 100%;
}
.swiper-button-autowidth {
	position: absolute;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transition: all .3s ease;
	cursor: pointer;
}
/* progressbar */
.acf-autowidth-slider-progressbar {
	position: absolute;
	height: 100%;
	width:100%;
}
.acf-autowidth-slider-progressbar .swiper-progress-bar {
	position: relative;
	display: block;
	z-index: 1;
}
.acf-autowidth-slider-progressbar .slide_progress-bar {
	position: absolute;
	width: auto;
	clear: both;
	opacity: 0;
	left: 0;
	right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
	position: absolute;
	top: 0;left: 0;
	height: 100%;
	width: 0;
	content: "";
}
.swiper-progress-bar.active .slide_progress-bar {
	opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
	transition-delay: inherit;
	width: 100%;
}
/* Pagination */
.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}