.sbi-engage-hero-block-text-overlay-with-video {
    padding-top: 30px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sbi-engage-hero-block-text-overlay-with-video-wrapper {
    position: relative;
}
.sbi-engage-hero-block-text-overlay-with-video-wrapper .img-cont{
    position: relative;
}
.sbi-engage-hero-block-text-overlay-with-video-wrapper .img-cont .play-video{
    position: absolute;
    display: flex;
    top: 50%;
    left: 70%;
    border: none;
    appearance: none;
    background-color: #fff;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.sbi-engage-hero-block-text-overlay-with-video-wrapper .img-cont .play-video:hover{
    background-color: #F8F8F8;
}

.sbi-engage-hero-block-text-overlay__image {
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 300px);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    height: 600px;

    border-radius: 10px;
    overflow: hidden;
}

.sbi-engage-hero-block-text-overlay__video {
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 300px);
    border-radius: 10px;
    overflow: hidden;
    height: 600px;
    position: relative;
}

.sbi-engage-hero-block-text-overlay-with-video video {
    display: block;
}

.sbi-engage-hero-block-text-overlay__video video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: auto;
}

.sbi-engage-hero-block-text-overlay__text {
    background-color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;

    padding: 60px 40px 65px;
    border-radius: 10px;
}

.sbi-engage-hero-block-text-overlay__text .button-wrapper {
    margin-top: 40px;
}

.sbi-engage-hero-block__video-controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}

.sbi-engage-hero-block__video-controls .sbi-engage-hero-block__video-controls-button {
    border: none;
    appearance: none;
    background-color: #fff;
    width: 48px;
    height: 48px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
}

.sbi-engage-hero-block__video-controls .sbi-engage-hero-block__video-controls-button:hover {
    background-color: #F8F8F8;
}

.sbi-engage-hero-block__video-controls .sbi-engage-hero-block__video-controls-button.sbi-engage-hero-block__video-controls-button--visible {
    display: flex;
}

.sbi-engage-hero-block-text-overlay__video-mobile {
    position: relative;
}

@media (max-width: 1399px){
    .sbi-engage-hero-block-text-overlay__video video {
        height: 100%;
    }
}

@media (max-width: 1199px){
    .sbi-engage-hero-block-text-overlay__image {
        width: calc(100% - 150px);
    }

    .sbi-engage-hero-block-text-overlay__text {
        width: 400px;
    }
}

@media (max-width: 991px){
    .sbi-engage-hero-block-text-overlay__image {
        width: 100%;
    }

    .sbi-engage-hero-block-text-overlay__text {
        position: static;
        width: 100%;
        transform: none;
        border-radius: 0;
        padding: 30px 15px 35px;
        text-align: center;
    }

    .sbi-engage-hero-block-text-overlay-with-video {
        padding-top: 0;
    }

    .sbi-engage-hero-block-text-overlay-with-video .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sbi-engage-hero-block-text-overlay__text .button-wrapper {
        margin-top: 30px;
    }
    .sbi-engage-hero-block-text-overlay-with-video-wrapper .img-cont .play-video{
        left: 50%;
    }
}

@media (max-width: 767px){
    
}

@media (max-width: 575px) {
    .sbi-engage-hero-block__video-controls {
        right: 15px;
        bottom: 15px;
    }
}

/* services  */
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template{
    padding: 0;
    margin-bottom: 100px;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .video-cont{
    position: relative;
    top: 50px;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template h1{
    color: #fff;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .content *{
    color: #fff;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .img-cont .img-video{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .img-cont .play-video{
    left: 50%;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .sbi-engage-hero-block-text-overlay__video{
    width: 100%;
    height: auto;
}
.sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .sbi-engage-hero-block-text-overlay__video video{
    position: initial;
}
@media (max-width: 991px){
    .sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .img-cont .img-video{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .video-cont{
        top: 0;
    }
    .sbi-engage-hero-block-text-overlay-with-video.sbi-services-template .text-cont{
        padding: 30px;
    }
    .sbi-engage-hero-block-text-overlay-with-video.sbi-services-template{
        margin-bottom: 50px;
    }
}