#eb_dtoc_modal_id {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 0.8);
    border: 1px solid rgb(0 0 0);
    z-index: 2;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}
#eb_dtoc_image_con_id{
    position: relative;
    width: 100%;
    height: 100%;
}
#eb_dtoc_image_id{
    max-width: 100%;
    max-height: 100%;
}
#eb_dtoc_close_btn{
    position: absolute;
    z-index: 1;
    top: -18px;
    background-color: #a14399;
    cursor: pointer;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 2rem;
    font-family: sans-serif !important;
    line-height: normal !important;
}
#eb_dtoc_close_btn:hover{
    color: red;
}
/*cross button*/
span.icross {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    transform: translate(-50%, -50%) rotate(90deg);
    border: solid 5px #a14399;
    margin: 60px;
}