.ml-editor {
  &.is-readonly {
    .ml-editor-toolbar-container {
      display: none;
    }
    .ml-editor-body-container {
      border: 0;
    }
    .w-e-text-placeholder {
      display: none;
    }
  }
  &.w-e-full-screen-container {
    z-index: 999;
  }
  .ml-editor-toolbar-container {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .ml-editor-body-container {
    border: 1px solid #ccc;
  }
  .w-e-text-container {
    .w-e-image-container {
      img {
        max-width: 100%;
        min-width: 20px;
      }
    }
    .w-e-textarea-video-container {
      background: none;
      border: 0;
      video {
        max-width: 100%;
        min-width: 20px;
      }
    }
  }
}
