.ba-slider-container {
    position: relative;
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
}

.ba-slider-item img {
    width: 100%;
    height: auto;
    display: block;
}

.cover-banner {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    width: auto !important;
    height: fit-content !important;
    }

.ba-slider-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    padding: 10px 10px 30px 30px;
    z-index: 99;
    width: 100%;
    padding-top: 75px;
    background: rgb(2,0,34);
    background: linear-gradient(0deg, rgba(2,0,34,1) 0%, rgba(255,255,255,0) 100%);
}

.ba-slider-cta {
    display: inline-block;
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-pagination {
    bottom: 10px;
}


.ba-slider-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.ba-slider-table td {
    padding: 10px;
    vertical-align: top;
}

.ba-slider-input {
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}

.upload_image_button, .upload_mobile_image_button, .remove_slide_button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.upload_image_button:hover, .upload_mobile_image_button:hover, .remove_slide_button:hover {
    background-color: #005f8b;
}
.d-none{
    display:none;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 31.27%;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}