.editor-blocks {
    margin: 20px 0;
}

.editor-blocks__header {
    margin: 15px 0;
    font-weight: 600;
}

.editor-blocks__header_h1 {
    font-size: 30px;
}

.editor-blocks__header_h2 {
    font-size: 24px;
}

.editor-blocks__header_h3 {
    font-size: 20px;
}

.editor-blocks__header_h4 {
    font-size: 18px;
}

.editor-blocks__header_h5 {
    font-size: 15px;
}

.editor-blocks__header_h6 {
    font-size: 13px;
}
.editor-blocks__image {
    text-align: center;
    margin: 20px 0;
}


.editor-blocks__image img{
    display: inline-block!important;
    max-width: 860px!important;
    width: 100%;
}

.editor-blocks__image_with-border {
    text-align: center;
}

.editor-blocks__image_with-border img {
    border: 1px solid silver;
}

.editor-blocks__image_with-background {

}

.editor-blocks__image_stretched img {
    width: 100%;
    max-width: none;
}

.editor-blocks__list_numeric {
    list-style-type: decimal;
}

.editor-blocks__delimiter {
    height: 1px;
    background-color: silver;
    margin: 25px 0;
}

@media (min-width: 1000px) {
    .editor-blocks__embed {
        text-align: center;
        margin: 20px 0;
    }

    .editor-blocks__embed iframe {
        width: 860px;
        height: 500px;
    }
}


@media (max-width: 1000px) {
    .editor-blocks__embed {
        text-align: center;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 20px 0;
    }
    .editor-blocks__embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;

        max-width: 860px;
        max-height: 500px;
    }
}

