.news_images .news_image_wrapper {
    width: 100%;
    float: left;
}

.news_images .news_image_wrapper img {
    width: 95%;
}

.news-wrapper {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.news-wrapper .news-title {
    width: 100%;
    background: maroon;
    font-size: 13px;
    color: white;
    padding: 5px 5px 5px 2px;
}

@media screen and (min-width: 480px) {
    .news_images .news_image_wrapper {
        width: 50%;
        float: left;
    }
}