.ck-content .video {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;

    & video {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        min-width: 50px;
    }
}

.ck.ck-editor__editable .video > figcaption.ck-placeholder::before {
    position: static;
}
