.uc-popup-clone .t-popup__container {
    background:none !important;
    right: 0 !important;
    left: 0 !important;
}
.uc-popup-clone .t-popup {
    padding:0 !important;
}


.uc-popup-clone .quiz-popup {
    margin: 0 auto;
    max-width: 700px;
}
.uc-popup-clone .uc-preshow .tn-atom__html {
    display: flex;
    align-items: center;
    height: 100%;
}

.hide-element {
    display: none !important;
}


@media screen and (max-width: 959px) {
    .uc-popup-clone .uc-clone-hm {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .popup-margin-fix {
        margin-top: 0 !important;
    }
}