#membrana_tr_interstitial {
    background: #000000e7 !important;
}

html:has(#membrana_tr_interstitial) {
    overflow: hidden;
}

[class$="_INTERSTITIAL_GAM"] {
    border: 8px solid #fff;
    border-radius: 8px;
    display: inline-table;
    background: #fff;
    box-sizing: unset !important;
}

[class$="_INTERSTITIAL_GAM"] > div:nth-of-type(2) svg {
    display: none;
}

[class$="_INTERSTITIAL_GAM"] > div:nth-of-type(2) {
    margin-top: -25px !important;
    margin-right: -25px !important;
    width: 50px;
    height: 50px;
    background-image: url(https://cdn.medyanetads.com/medyanet/images/close-r.png);
    background-size: 100% 100%;
}

.interstitial-container {
    display: none;
    opacity: 1;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 9999999999 !important;
    text-align: center;
    position: fixed;
    left: 0;
    width: 100% !important;
    background: #000000cc;
}

.interstitial-wrapper {
    width: 100%;
    background: #000000e7;
}

.interstitial-wrapper > div {
    position: fixed;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 8px solid #fff;
    border-radius: 8px;
    background: #fff;
    box-sizing: unset !important;
}
