.text-slider {
    width: 100%;
    padding-left: var(--wp--custom--px);
    padding-right: var(--wp--custom--px);
    gap: var(--wp--custom--block-gap);
}

.text-slider p {
    width: 100%;
}

.text-slider figure {
    width: 100%;
    min-height: 530px;
    align-self: stretch;
    overflow: hidden;
    z-index: 0;
}

.mySwiper {
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media not all and (min-width: 769px) {
    .text-slider {
        flex-direction: column !important;
    }

    .text-slider figure {
        width: 100%;
        min-height: unset;
        align-self: flex-start;
        overflow: hidden;
        z-index: 0;
    }
}