.ad-swiper-container {
    position: relative;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-swiper {
    width: 100%;
    height: auto;
}

.ad-slide {
    justify-content: center;
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
}

.ad-slide img,
.ad-slide source {
    width: 100%;
    height: auto;  /* mantiene la proporción sin deformar */
    display: block;
    border-radius: 8px;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .ad-swiper-container {
        margin-top: 3%;
    }
    .ad-swiper-container .swiper-pagination {
        bottom: 0.5rem;
    }
}
