.banner-image img {
    width: 100%;
}

.banner-text * {
    color: #fff;
}

.section-banner-general .banner-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0px 0 172px;
    z-index: 2;
}

.section-banner-general .banner {
    position: relative;
    overflow: hidden;
}


.banner .video:before, .banner-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 23.95%, rgba(0, 0, 0, 0.00) 38.87%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.banner-text * {
    color: #2A2A2A;
}

.banner .banner-text *{
    color: #F8F8F8;
}
.only-text .banner .banner-text * {
    color: #2A2A2A;
}

.section-banner-general + .site-content {
    position: relative;
    border-radius: 36px 36px 0px 0px;
}

.banner-text .short-description {
    max-width: 632px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.section-banner-general {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


.banner-text .short-description * {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 28px */
    text-transform: capitalize;
}

.banner-text .subtext {
    margin-bottom: 2px;
    display: inline-flex;
    align-items: flex-start;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 22.4px */
    text-transform: capitalize;
}

.banner-text .banner-title {
    margin-bottom: 21px;
}

.banner-text .subtext svg {
    margin-right: 10px;
    margin-top: 0px;
}

.banner-video, .banner-image {
    position: relative;
    padding-bottom: calc(694/1440 * 100%);
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 0;
}

.banner-video iframe, .banner-video video, .banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100% !important;
}
.banner-video iframe{
    height: 117%;
    max-height: 117% !important;
}


.banner-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
    width: 100px;
    height: 100px;
    display: none;
}

@media (max-width: 991px){
    .banner-text .subtext {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 6px;
    }
    
    .banner-text .subtext svg {
        margin-top: -2px;
    }
    
    .banner-text .banner-title {
        margin-bottom: 8px;
    }

    .section-banner-general .banner-text {
        padding: 50px 0 97px;
    }

    .banner-video svg{
        width: 70px;
        height: 70px;
    }

    .banner-text .short-description * {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

}

@media (max-width: 767px){
    .section-banner-general + .site-content {
        border-radius: 49px 49px 0px 0px;
    }s
    .banner-video, .banner-image {
        padding-bottom: calc(508/390 * 100%);
    }

    .banner-text .short-description {
        width: 89%;
    }
    
    .section-banner-general .banner-text {
        bottom: auto;
        top: 0;
        padding-top: 69%;
    }
}

@media (max-width: 375px){
    
    .banner-text .short-description {
        width: 100%;
    }

    .section-banner-general .banner-text {
        padding-top: 60%;
    }
    
    
}