.cbmediacontainer-tinymce {
    width: 100%;
    height: auto;
    min-height: 200px;
    cursor: default;

    background-color: #000000;
    background-image: url(/module/jscript/lib/cb_ui/img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: relative;
    display: inline-block;
}

.cbmediacontainer-tinymce.data-loaded {
    background: none;
    opacity: 1;
}

.cbmediacontainer-tinymce.no-image-loaded {
    background: none;
    opacity: 1;
}

.no-image-loaded .article-media-container {
    width: 100%;
    height: auto;
    min-height: 200px;
    cursor: default;

    background-color: #000000;
    background-image: url(/module/jscript/lib/cb_ui/img/articel_media_container.svg);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: relative;
    display: inline-block;
}

.article-media-container-help-container {
    border: 2px solid red;
    padding: 10px;
    margin: 15px;
    font-weight: 600;
    font-style: italic;
}

.article-edit-button-container {
    display: inline-flex;
}

.edit-button.edit-button-2 {
    background-image: none;
    height: unset;
    margin-top: 20px;
    background-color: #fff;
    width: fit-content;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #009fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-color: #f009fff;
    border-radius: 5px;
    border-style: solid;
    margin: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    font-size: 14px;
    line-height: 20px;
}

.edit-button.edit-button-2:hover {
    background-color: #009fff;
    color: #fff;
    border-color: #f009fff;
}


.delete-button {
    margin-top: 20px;
    background-color: #fff;
    width: fit-content;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    border-color: #ff0000;
    border-style: solid;
    margin: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    font-size: 14px;
    line-height: 20px;
}

.delete-button:hover {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/*@media screen and (min-width: 1338px) {
    .cbmediacontainer-tinymce {
        height: calc((100vw - (100vw - 1338px)) * 0.56);
    }
}*/