
#staff {
    position: absolute;
    top: 7vh;
    width: 50vw;
    left: 25vw;
    height: 12vh;
    z-index: 1;
}

#players {
    position: absolute;
    height: 12vh;
    width: 100vw;
    bottom: 22vh;
    z-index: 1;
}
#myVideoContainer {
    position: relative;
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 1vh;
    overflow: hidden;

}

#myVideo, .userVideo {
    position: relative;
    top: 0;
    height: 10vh;
}

.nameBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: RGBa(0,0,0,0.50);
    z-index: 100;
}

.streamBox, .pStreamBox{
    position: relative;
    border-radius: 1vh;
    overflow: hidden;
    height: 100%;
}

.sVideo {
    height: 100%;
    border-radius: 1vh;
}

.privacy {
    position: absolute;
    width: 100%;
    color: #00FF47;
    top: 0;
    text-align: center;
    background: RGBa(0,0,0,0.5);
}