.ecc-carousel-wrapper {
	position: relative;
	width: 100%;
}

.ecc-swiper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.ecc-swiper .swiper-slide {
	position: relative;
	overflow: visible;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Caja de la imagen: aquí sí aplica el alto/ancho fijo y el recorte (cover) */
.ecc-slide-media {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ecc-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* El título vive fuera de la caja de imagen, en flujo normal, siempre debajo */
.ecc-slide-title {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #333333;
	flex-shrink: 0;
	position: static;
	text-shadow: none !important;
	box-shadow: none !important;
	filter: none !important;
	background: none !important;
	background-color: transparent !important;
	outline: none !important;
	border: none !important;
	padding: 0 !important;
}

.ecc-slide-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.ecc-swiper .swiper-button-prev,
.ecc-swiper .swiper-button-next {
	color: #fff;
	background: rgba(0,0,0,0.35);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ecc-swiper .swiper-button-prev::after,
.ecc-swiper .swiper-button-next::after {
	font-size: 16px;
}

.ecc-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
}

.ecc-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
