.d-none[contenteditable="false"]{
    display: none;
}

div[contenteditable="true"] iframe:after{
    content: '*';
    width: 100%;
    height: 100%;
    background: #ffffff00;
    position: absolute;
    color: #ffffff00;
    top: 0;
    left: 0;
}