.video-news-page {
    background-color: #fff;
    margin: 0;
    padding: 15px 0;
    width: 100%;
}
.epaper-detaill .sub_h {
    color: #ba0901;
    font-size: 14px;
}
.epaper {
    border: 1px solid #2196f3;
    margin-top: 20px;
    padding-top: 10px;
}
.single_audio_box_title h4, .single_video_box_title h4 {
    color: #00007b;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.epaper a:hover {
    text-decoration: none;
}
.single_video_box_title,
.single_audio_box_title {
    background-color: #f5f5f5;
    border-bottom: 4px solid #00ADEF;
    padding: 13px 0;
    text-align: center;
}
.news-center {
    display: flex;
    align-items: center;
}
.news-center img {
   max-width: inherit;
}
.news_right_box.news-center {
    flex-direction: row-reverse;
}