@media (min-width: 992px) and (max-width: 1199px) {
    #posts-container .card .card-body .wp-post-image,
    .content_area .wp-post-image{
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

}