.image_frame, .wp-caption {
    display: block;
    margin: 0;
    border-width: 0px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}