.editor-container {
    width: 640px;
    min-height: 200px;
}
.mce-content-body blockquote {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding: 48px 0 22px;
}
.mce-content-body blockquote:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    content: "\201C";
    font-family: Georgia, Times New Roman, Arial, serif;
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #f16528;
}
.mce-content-body hr {
    cursor: default;
    border: none;
}
.mce-content-body p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: Proxima Nova, Helvetica, Arial, sans-serif;
}
.mce-content-body ul {
    padding: 15px 0 15px 23px;
}
.mce-content-body ul li {
    list-style: none;
    position: relative;
    line-height: 25px;
}
.mce-content-body ul li:before {
    content: url('/assets/small-triangle.png');
}
.mce-content-body ol {
    counter-reset: item;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 25px;
}
.mce-content-body ol li {
    display: block;
}
.mce-content-body ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    padding-right: 7px;
    margin-left: 0;
    font-size: 15px;
    color: #f16528;
    font-weight: 500;
}
.mce-content-body a {
    font-size: 16px;
    line-height: 25px;
    color: #f16528;
}
.mce-content-body .image-wrapper {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    transition: all 50ms;
}
.mce-content-body .image-wrapper img {
    width: 100%;
    max-height: 1000px;
}
.mce-content-body .image-wrapper.image-align-right {
    float: right;
    margin: 0 0 0 10px;
}
.mce-content-body .image-wrapper.image-align-left {
    float: left;
    margin: 0 10px 0 0;
}
.mce-content-body .image-wrapper.image-align-center {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.mce-content-body img {
    width:100%;
    height:auto;
}

.mce-content-body .image-wrapper.image-align-center img {
    width: auto;
}
.mce-content-body .image-wrapper.image-size-full-width {
    width: 100%;
}
.mce-content-body .image-wrapper.image-size-full-width img {
    width: 100%;
}
.mce-content-body .image-wrapper.image-size-half {
    width: 50%;
}
.mce-content-body .image-wrapper.image-size-half img {
    width: 100%;
}
.mce-content-body .image-wrapper.image-size-quoter {
    width: 25%;
}
.mce-content-body .image-wrapper.image-size-quoter img {
    width: 100%;
}
.mce-content-body .link-wrapper {
    font-size: 16px;
    line-height: 25px;
    color: #f16528;
    padding: 0;
    background: none;
}
