#wopo_web_screensaver{
    width: 100%;
    height: 100%;
}
#wopo_web_screensaver_window{
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 99999;
    display:none;
    max-width: unset;
    max-height: unset;
}
#wopo_web_screensaver_overlay{
    z-index: 99999;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
}