.media_txt_5050 .video-wrapper {
    position: relative;
    width: 532px;
    height: 336px;
}

.media_txt_5050 .video-wrapper iframe,
.media_txt_5050 .video-overlay img {
    border-radius: 20px;
    width: 532px;
    height: 336px;
}
/* .video-overlay img{
    width: 532px;
    height: 336px;
} */


.media_txt_5050 h2,
.media_txt_5050 h3,
.media_txt_5050 h4,
.media_txt_5050 h5,
.media_txt_5050 h6{
    margin-top: 0;
}

.container-main.media_txt_5050 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.media_txt_5050 a.outline-btn {
    margin-top: 35px;
}

.media_txt_5050.image-type img {
    max-width: 636px;
    border-radius: 20px;
}
.media_txt_5050.image-type.right .col-1 {
    order: 1;
}
.media_txt_5050.image-type.right .col-2 {
    max-width: 520px;
    margin: 0 auto 0 0;
}
.media_txt_5050.image-type.left .col-2 {
    max-width: 520px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width:1150px){
    .media_txt_5050 .video-wrapper iframe,
    .media_txt_5050 .video-overlay img,
    .media_txt_5050 .video-wrapper {
        border-radius: 20px;
        width: 450px;
        height: 300px;
    }
    .container-main.media_txt_5050 {
        gap: 30px;
    }
}

@media only screen and (max-width:767px){
    .container-main.media_txt_5050 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .media_txt_5050 .video-wrapper iframe, 
    .media_txt_5050 .video-overlay img,
    .media_txt_5050 .video-wrapper{
        border-radius: 20px;
        width: 100%;
        height: 240px;
    }
    .media_txt_5050.image-type.right .col-1 {
        order: unset;
    }
}