 #twilio-video-container {
	 position:fixed;
	 bottom:10px;
	 right:10px;
	 height:160px;
	 width:210px;
	 padding:5px;
	 border-style:solid;
	 border-width:2px;
	 border-radius:5px;
	 border-color:#000000;
	 background-color:#FFFFFF;
	 text-align:center
  }  
  #conversation-view {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #conversation-view audio {
    display: none;
  }
  #conversation-view video {
    margin: 0;
  }
  #conversation-view #remote-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #conversation-view #controls {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 35%;
  }
