.videoiubenda ._iub_cs_activate-activated {
    z-index:2 !important;
}
.videoiubenda ._iub_cs_activate
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.videoiubenda .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    text-align: center;
    z-index: 1;
    line-height: 23px;
}


.modaliubenda .videoiubenda .cmplz-blocked-content-notice {
    margin: 50px 0;
}

.iubendaimgthumb
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.iubendacheck
{
    cursor: pointer;
    z-index: 0;
}
.modaliubenda
{
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content-iubenda
{
    background-color: #f4f4f4;
    margin: 20% auto;
    padding: 20px;
    width: 70%;
    height: 30%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2) rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 3s;
}

.closeBtn
{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn:hover,.closeBtn:focus
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen{
    from{opacity: 0}
    to{opacity: 1}
}