body{
margin:0;
background:black;
}

#layout{
display:flex;
height:100vh;
}



#arquibancada-esq,
#arquibancada-dir{
width:20%;
background:#111;
position:relative;
}

#palco{
width:60%;
}

#palco iframe{
width:100%;
height:100%;
border:0;
pointer-events:auto;
}

.avatar{
position:absolute;
width:100px;
height:50px;
background-image:url('/icons/icon.png');
background-size:cover;
background-position:center;
z-index:9999;
}