._container_t33ve_1 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    z-index: 99999999;
  }
  
  ._content_t33ve_12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(var(--auto-screen-scale, 1));
    background-color: rgb(248, 248, 248);
  }