.td-signwall-frame {
    position: fixed;
    width: 1140px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 2px;
    z-index: 9999999;
}
#td-parent {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    z-index: 9999998;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Media  responsive */
@media (max-width:1200px) {
    .td-signwall-frame {
        width:700px;
        height: 600px;
    }

}

@media (max-width:767px) {
    .td-signwall-frame {
        width:320px;
        height:568px;
    }

}
