.profile-cover-img {
    height: 100%;
}

.carousel-b2b {
    border-top-left-radius: var(--border-radius-lg);
    border-top-right-radius: var(--border-radius-lg);
    overflow: hidden;
}

.carousel-b2b [data-bs-target] {
    border-radius: var(--border-radius-sm);
}

@media (max-width: 576px) {
    .carousel-b2b {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.video-banner {
    z-index: 1;
}

.video {
    position: absolute;
    min-width: 100%;
    z-index: 50;
    /*min-height: 100%;*/
    min-height: 500px;
    max-height: 500px;
    border-radius: 10px;
}

.background-wrapper {
    position: relative;
}

.banner-text-wrapper {
    /*width: 100%;*/
    position: absolute;
    /*bottom: 0;*/
    /*padding: 20px 15rem;*/
    z-index: 100;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.banner-text-wrapper p {
    color: #fff;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.banner-btn {
    padding: 10px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.banner-btn:hover {
    color: #eaeaea;
    transition: color linear .2s;
}

.banner-background {
    filter: blur(5px);
}

.carousel-indicators {
    transform: translate(-50%, 0);
    right: 0;
    left: 50% !important;
    bottom: 0;
    width: fit-content;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Video banner controls */

/*VIDEO_POSITION*/
.banner-left {
    right: 21%;
}

.banner-center {
    left: 0;
    right: 0;
}

.banner-right {
   left: 21%;
}
/*VIDEO_POSITION*/

/* TEXT_POSITION */
.text-top-left {
    top: 0;
    left: 0;
    text-align: left;
}
.text-bottom-left {
    bottom: 0;
    left: 0;
}
.text-top-right {
    top: 0;
    text-align: right;
    right: 0;
}
.text-bottom-right {
    bottom: 0;
    text-align: right;
    right: 0;
}
/* TEXT_POSITION */
.text-shadow {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.background-default {
    background: var(--gradient);
    height: 329.4px;
    /*width: 1520px;*/
}

/* Video banner controls */