.widget.image {
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.widget.image>img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto !important;
}
.widget.image>p {
    display: none;
    border: 1px solid #ecebeb;
    border-top-width: 0;
    margin: 0;
    padding: 10px;
    color: #676767;
    line-height: 123%;
}
.widget.image.with-caption>p {
    display: block;
}