/* Remove background */
.swiper-slide {
    background: transparent !important;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

/* Ensure slides match the tallest slide */
.swiper-container.equal-height .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.swiper-container.equal-height .swiper-slide {
    height: auto;
    flex: 1 0 auto;
    display: flex;
    align-items: stretch;
}
