.swiper-slide {
    img {
        max-height: 469px;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        width: 100%;
    }
}
.swiper {
    padding-bottom: 2px !important;
}
.swiper-pagination-progressbar {
    position: relative !important;
    background-color: #56565680;
    .swiper-pagination-progressbar-fill {
        background-color: var(--wp--preset--color--black) !important;
        margin-top: -1px;
        height: 6px !important;
    }
}