.editor-js-block.editor-js-image img{
    margin: 20px 0;
    line-height: 0;
    text-align: center;
}

.editor-js-block .editor-js-image.withBorder img{
    border: 1px solid #ddd;
    text-align: center;
}

.editor-js-block .editor-js-image.withBackground {
    padding: 15px;
    background: #eee;
    text-align: center;
}

.editor-js-block .editor-js-image.withBackground img{
    max-width: 60%;
    margin: 0 auto;
}

.editor-js-block .editor-js-image.stretched img{
    width: 100%;
}
.editor-js-image {
	margin: 0;
}
.editor-js-image img {
	max-width: 100%;
}
.editor-js-block .editor-js-delimiter {
    line-height: 1.6em;
    width: 100%;
    text-align: center
}

.editor-js-block .editor-js-delimiter:before {
    display: inline-block;
    content: "***";
    font-size: 30px;
    line-height: 65px;
    height: 30px;
    letter-spacing: .2em
}

.editor-js-block figure.editor-js-quote {
    background: #f8f9fa;
    border-left: 10px solid #ccc;
    margin: 1.5em 0;
    padding: 1.5em 15px;
    quotes: "“" "”" "‘" "’";
}
.editor-js-block figure.editor-js-quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}
.editor-js-block figure.editor-js-quote blockquote {
    display: inline;
    margin: 0;
}
.editor-js-block figure.editor-js-quote figcaption {
    text-align: right;
    margin-right: 5px;
}
@media (min-width: 767px) {
figure.stretched {
	margin:0 -145px;
}
}
.editor-js-block figcaption {
	font-style: italic;
    padding: 0px 10px;
    font-size: 14px;
}