Image getting out of container [closed]

Change hentry CSS and add overflow to hidden. Like this.

.hentry {
    margin: 0px 0px 0.5em;
    padding: 5px 0px 0em 0.4em;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
 }

This will fix the issue of image being getting outside of the article container.