.video_with_image_overlay {max-width:1240px;}
.video-image-overlay{
  cursor:pointer;
width: 100%;
    max-width: 100%;
 padding-top: 56%;
}
.image-overlay{z-index:1;}
.video-image-overlay iframe, .image-overlay {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
  top: 0;}

.video-image-overlay iframe {padding:25px;height:100%;}

.video-text-info{    
position: absolute;
    width: 100%;
    padding: 25% 0 20px 0;
    z-index: 1;
    background: linear-gradient(
0deg
, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    text-align: center;}
.video-text-title{font-size:15px;line-height:22px;text-transform:uppercase;font-weight:700;}
.video-text-desc{font-size:12px;line-height:18px;}
.video_with_image_overlay{margin-top:var(--margin_top);}