.one_news_back {
    color: #fff !important;
}

.one_news__content {
    width: 100%;
}

.one_news__content .metabox_div {
    width: 100%;
}

@media (min-width: 768px) {
    .news-page .wrapper {
        background-image: url("/wp-content/themes/newexchanger/images/news-bg.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media(max-width: 767px){
    .one_news:last-child {
        border-bottom : none;
    }
}

.single_news-page {
    background-image: url("/wp-content/themes/newexchanger/images/single-news_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}
.single_news-page .wrapper{
    background-image: url("/wp-content/themes/newexchanger/images/single-news_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.single-news-page:not('.blog-page') .single_news_wrap {
    padding: 70px 0 0;
}
.single-news-page:not('.blog-page') .wrapper .single_news_wrap {
    padding: 30px 0 0;
}