.video-call-to-action.text-middle {
    justify-content: center;
    align-items: center;
}

.text-middle.testimonial-hero:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #0F0F2D;opacity: 0.6;}

.video-call-to-action .bdt-container{
    z-index: 999;;
}


.video-call-to-action {
    display: flex;
    min-height: 490px;
    align-items: center;
    z-index: 1;
}

.experts-video-wrapper {
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-call-to-action:before {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
   /* background-color: #0F0F2D; */
    top:0;
    left:0;
    opacity: .52;
}


.video-call-to-action{
    position:relative;

}

.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
 
  }
  .youtube-container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
  }