.test-ck-content {
    line-height: 1.5em;
}

.test-ck-content figure.image,
.test-ck-content figure.media {
    min-width: initial;
    max-width: 720px;
}

.test-ck-content figure.media > div {
    width: 100%;
}

.test-ck-content figure.image > img {
    width: 100%;
}
.test-ck-content figure.image:not(.image_resized) > img[width] {
    width: auto;
}

.test-ck-content .image-inline:not([height]) > img {
    height: 100%;
}
.test-ck-content .image-inline.image_resized > img {
    width: 100%;
    height: 100%;
}
.test-ck-content img.image_resized {
    height: auto;
}
