
    div#oneid-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      /* This is here to render the images before showing the iframe */
      width: 1px;
      height: 1px;
    }
    div#oneid-wrapper.state-active {
      z-index: 9999999;
      opacity: 1;
      transition: opacity 300ms;
      -webkit-transition: opacity 300ms;
    }
    iframe#oneid-iframe {
      width: 100%;
      height: 100%;
    }

    

    html.oneid-lightbox-open {
      overflow: hidden;
      
    }

    html.oneid-lightbox-open body {
      overflow: hidden;
      
    }
    