.content-modal .modal-dialog {
    max-width: 90%;
    margin-top: 100px;
    width: fit-content;
}
.content-modal .modal-content {
    background-color: #fff;
    box-shadow: #bbb 1px 1px 5px;
    padding: 10px;
    border: none;
}

.content-modal .modal-close {
    background: #fff url('/local/html/js/youtube_popup/icon-close-black.svg') no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFF;
    font-size: 24px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 11111;
}
