.ads-corousal{
    max-height: 200px;
}



.banner-img,
.banner-video {
    height: 400px;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    text-align: right;

    background: rgba(0, 0, 0, 0.5);
    padding: 10px 16px;
    border-radius: 6px;
    max-width: 300px;
}
.carousel-item {
    position: relative;
}

.banner-img,
.banner-video {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* TABLET */
@media (max-width: 992px) {
    .banner-img,
    .banner-video {
        height: auto;
         object-fit: contain;
    }
}


@media (max-width: 576px) {
    .banner-img,
    .banner-video {
        height: auto;
         object-fit: contain;
    }
      .banner-caption {
        bottom: 10px;
        right: 10px;
        max-width: 90%; /* prevent overflow */
        text-align: right;
    }


    .banner-caption h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .banner-caption p {
        font-size: 12px;
        margin-bottom: 0;
    }
}
