.hero-slider .custom-swiper-controls {}
.hero-slider .custom-swiper-btn {
	position: absolute;
	z-index: 2;
	top: calc(50% - 20px);
}
.hero-slider .custom-swiper-btn__prev {
	left: 0;
}
.hero-slider .custom-swiper-btn__next {
	right: 0;
}
.hero-slider .swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 2;
}
.hero-slider .full-pic > a {
	display: block;
}
.hero-slider .full-pic .swiper-lazy {
	width: 100%;
	object-fit: cover;
}
.hero-slider .swiper-container {
	position: relative;
	overflow: hidden;
}
@media (max-width: 1279px) {
	.hero-slider .full-pic .lazy-img-wrap {
		position: relative;
		width: 100%;
		padding-bottom: 39.33%;
	}
	.hero-slider .full-pic .swiper-lazy {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
	}
	.hero-slider {
		margin-bottom: 20px;
	}
}
@media (min-width: 1280px) {
	.hero-slider .full-pic .swiper-lazy {
		height: 320px;
	}
}
@media (min-width: 1600px) {
	.hero-slider .full-pic .swiper-lazy {
		height: 400px;
	}
}
