.pro-banner-carousel-29420 {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.pro-banner-slide-29420 {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}

.pro-banner-slide-29420 .pro-banner-image-29420 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.pro-banner-slide-29420:hover .pro-banner-image-29420 {
	transform: scale(1.02);
}

.pro-banner-carousel-29420 .swiper-button-next,
.pro-banner-carousel-29420 .swiper-button-prev {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.pro-banner-carousel-29420 .swiper-button-next:after,
.pro-banner-carousel-29420 .swiper-button-prev:after {
	font-size: 16px;
}

.pro-banner-carousel-29420 .swiper-pagination-bullet-active {
	background: #fff;
}
