.zone_tv_bar .zone_tv_bar_image img {
    /* width: 100%;
    max-width: 100%; */
    
    /** Remove By Sahejad landing-pade_new-design **/
    /* width: 70%;
    max-width: 70%;
    height: auto;
    object-fit: scale-down; */
    /** Remove By Sahejad landing-pade_new-design **/

}

.mail_video_modal_class.modal {
    top: 76px !important;
}

.mail_video_modal_class.modal {
    /* margin-top: 17px; */
    margin-top: 0px;
}

.video-body {
    height: calc(100vh - 148px) !important;
}

@media (min-width: 568px) and (max-width: 767px) {
    .mail_video_modal_class.modal {
        top: 58px !important;
    }

    .video-body {
        height: calc(100vh - 130px) !important;
    }
}

@media (min-width: 320px) and (max-width: 567px) {
    .mail_video_modal_class.modal {
        top: 50px !important;
    }
}

@media(max-width: 567px) {
    .mail_video_modal_class.modal {
        margin-top: 0;
    }

    .video-body {
        height: calc(100vh - 134px) !important;
    }
}