#video-container {
    
  justify-content: center;
  display: flex; 
justify-content: center; 
align-items: center; 

}



#remoteStream {
width: 25vh;
height: 25vh;

bottom: 0;
right: 0;

}


#localStream {
width: 1vh;
height: 1vh;

bottom: 0;
right: 0;

}

#toggleMic {
width: 4vh;
height: 4vh;
margin: 1em;
bottom: 0;
right: 0;
position: absolute;
}

#toggleMic.muted {
color: red;
}



.agentVideoStreamRow { display:flex; flex-direction: row; justify-content: center; align-items: center }
.agentVideoStreamColumn { display:flex; flex-direction: column; justify-content: center; align-items: center }
