#top_rtcs{
    display: none;
height: 15%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
.toprtctext{
    position: absolute;
    top: 2px;
    left:  2px;
  
    background: rgba(0, 0, 0, 0.5);
    color: rgb(212, 212, 212);
    font-size: 0.8vw!important;

}
.rtc_topdiv{
    vertical-align: top;
pointer-events: none;
touch-action: none;
position: relative;


    display: inline-block;
    height: 13vh;
    background: rgb(76, 76, 76);
    width: 15vh;
    margin: 1vh 0.2vw;
    border-radius: 0.3vw;
}


.video_top_ct{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(50, 23, 116);
    border: 0.6px solid rgba(16, 95, 147, 0.89);
    overflow: hidden;
}

.topavtoolspanel{
    bottom: 0;
    width: 100%;
    padding-top: 0.4vw;
    color: rgba(197, 197, 197, 0.8);
    background: rgba(33, 78, 66, 0.52);
    position: absolute;
    text-align: center;
    pointer-events: all;
    touch-action: auto;
    box-sizing: border-box;
}

.rtc_topdiv video{

position: absolute!important;
top: 0!important;
left: 0 !important;

}
#top_rtcs_visb{

    display: none;

        width: 5vw;
        background: rgba(67, 113, 52, 0.55);
        height: 1vw;
        position: fixed;
        top:15%;
        left:  10%;
        z-index: 89;
        border-bottom-left-radius: 2vw;
        border-bottom-right-radius: 2vw;
    
   

}