.ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #524e9c;
    height:auto;
}

@media(min-width: 992px) {
    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container {
        height: 100%;
    }
}

@media(min-width: 992px) {
    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .row {
        height: 100%;
    }
} 

    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content h2 {
            font-family: "Inter-Bold";
            color: #ffffff;
        }

        .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content p {
            color: #ffffff;
        }

    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content-img {
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content-img img {
        width: 100%;
        margin-top:auto;
    }

    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .carousel-banner-wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .carousel-banner-wave img {
            width: 100%;
        }

.ssg-carousel-banner-swiper .swiper-pagination {
    bottom: 3.7vw !important;
}

    .ssg-carousel-banner-swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #000000 !important;
    }

        .ssg-carousel-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #ffffff !important;
        }

@media (max-width: 991px) {
    .ssg-carousel-banner-swiper .swiper-wrapper .swiper-slide .container .ssg-carousel-content {
        margin-bottom: 0;
    }

    .ssg-carousel-banner-swiper .swiper-pagination {
        bottom: 15%;
    }
}
.slide-display {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    background: rgba(128, 128, 128, 0.5);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    left: 25%;
}
