.royalSlider{
	position: relative;
	width: 100%;
	max-width: 920px;
	min-width: 300px;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;	
	height: 100%;
	width: 100%;
}

.slider {
	width: 100%;
	max-width: 920px;
	margin: 20px auto;
	position: relative;
}

.rsContent {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.rsContent img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.slider_btn_left, .slider_btn_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.slider_btn_left {
	left: 10px;
}

.slider_btn_right {
	right: 10px;
}

.swiper-slide {
	flex-shrink: 0;
	width: fit-content;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: flex;
	justify-content: center;
}

.swiper-slide img{
	width: fit-content;
	/*min-height: 200px;*/
}

.swiper-button-next, .swiper-button-prev {
	z-index: 1;
}

.swiper-pagination {
	z-index: 1;
}

.swiper-button-next, .swiper-button-prev {
	color: #01B4FF;
}

.swiper-pagination-bullet-active {
	background: #01B4FF;
}
