.test-stage-wrap{position:relative;width:100%;height:100%}.test-stage{inset:0;border-radius:12px}.test-stage,.test-stage .layer{position:absolute;background:#000;overflow:hidden}.test-stage .layer{top:0;left:0;width:100%;height:100%;transition:opacity .3s ease,width .3s ease,height .3s ease,transform .3s ease,border-radius .3s ease,top .3s ease,left .3s ease,right .3s ease,bottom .3s ease;display:flex;align-items:center;justify-content:center}.test-stage .layer img,.test-stage .layer video{width:100%;height:100%;object-fit:cover}.test-stage.avatar_full .avatar{opacity:1;z-index:1}.test-stage.avatar_full .broll,.test-stage.broll_full .avatar{opacity:0;z-index:0;pointer-events:none}.test-stage.broll_full .broll{opacity:1;z-index:1}.test-stage.split_screen .avatar{opacity:1;z-index:1;width:50%;left:0}.test-stage.split_screen .broll{opacity:1;z-index:1;width:50%;left:50%}.test-stage.pip .broll{opacity:1;z-index:1}.test-stage.pip .avatar{opacity:1;z-index:2;width:160px;height:160px;top:auto;left:auto;right:18px;bottom:18px;border-radius:50%;border:3px solid rgba(255,255,255,.8);box-shadow:0 8px 32px rgba(0,0,0,.5)}.test-stage-wrap>.captions{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);max-width:80%;padding:10px 18px;background:rgba(0,0,0,.6);color:#fff;font-size:16px;line-height:1.4;border-radius:10px;z-index:3;text-align:center;pointer-events:none}.test-stage-wrap>.captions:empty{display:none}