/* Fullscreen popup container */
.t-popup__container.t-width_10 {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0,0,0,0.92) !important;
}

/* Wrapper */
.t868__code-wrap {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Iframe full responsive */
.t868__code-wrap iframe {
    width: 100vw !important;   /* ancho relativo a pantalla */
    height: 100vh !important;  /* alto relativo a pantalla */
    max-width: 900px !important; /* para desktop grande */
    border: none !important;
    object-fit: contain !important;
}
