body{
  height:100%;
  width:100%;
  margin: 0;
  padding: 0;
}
.local-video
{
  font-size: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  transition: all 1s;
  width: 100%;
}

.local-video video{
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: opacity 1s;
  width: 100%;
}

.local-display-name
{
  position: absolute;
  top: 0px;
  right:5px;
  color: white;
  z-index: 10;
  padding: 10px;
}

.channel-input
{
  top: 50%;
  left: 50%;
  width: 400px;
  position: absolute;
  padding: 1px;
  color: white;
  z-index: 10;
  transform: translate(-50%, -50%)
}

.channel-input input[type=text]
{
  border: 2px solid #456879;
  border-radius: 10px;
  height: 40px;
  width: 130px;
}

.channel-input button {
  font-family: arial;
  color: #14396A !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}
.channel-input button:hover {
color: #14396A !important;
background: #468CCF;
background: linear-gradient(top,  #468CCF,  #63B8EE);
background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.channel-input button:hover
{
  cursor:pointer;
  
}

.video-container
{
  position:absolute;
  top:50px;
  display:flex;
}

.video-container .remote-subscriber
{
  border: #132b2b61;
  border-width: 2px;
  border-style: dotted;
  margin:10px;
  position: relative;
}
.video-container video
{
  width: 250px;
  height: 100%;
}

.video-container .display-name
{
  position: absolute;
  top: 35px;
  left: 30px;
  padding: 5px;
  background: rgba(0,0,0,0.1);
  color: white;
}

.max-container {
    font-size: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    transition: all 1s;
}
.remote-subscriber{
    height: 100%;
}
.remote-subscriber video{

}
.min-container{
    z-index: 999;
    position: absolute;
    width:318px;
    height: 178px;
    padding: 0px
}
.min-container > div  > .vc > video{
    width:318px;
    height: 178px;
}
.min-container > .bozvideo{
    border: 0px solid #fff;
    height: 178px;
    float: left;
    margin-left: 0px;
    width: 318px;
    background: #000;
    text-align: center;
    cursor:pointer;
}
.max-container > .bozvideo{
    height: 100%;
    width: 100%;
/*                max-height: 720px;
    max-width: 1280px;*/
}
.max-container > .bozvideo > .vc > video{
    height: 100%;
    width: 100%;
/*                max-height: 720px;
    max-width: 1280px;*/
    object-fit: cover;
    transition: opacity 1s;
}
.display-name{
    position: relative;
    left: -1px;
    float: left;
    background: #2196F3;
    bottom: 24px;
    padding: 2px 6px 2px 6px;
    color: #FFF;
    display:none;
}
.remote-subscriber .vc{
    height: 100%;
    background: #000;
    text-align: center;
}
.min-container .vc{
    width:318px;
    height: 178px;
}
.max-container .vc{
    height: 100%;
    background: #000;
    text-align: center;
}
.max-container .display-name{
    display:none;
}

.tips{
    z-index: 999;
    width: 500px;
    background: #FFF;
    color: #000;
    padding: 30px 30px;
    border-radius: 9px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 8px #636363;
    font-size:12px;
    line-height: 20px;
    position: relative;
    top: 100px;
}
.tips > button{
    background: #fd1a1a;
    color: #FFF;
    padding: 8px 26px;
    border-radius: 7px;
    margin-top: 20px;
    border: 1px solid #fd1a1a;
    cursor: pointer;
    outline: none;
}
.tips > button:hover{
    background: #ed2a2a;
}
.container{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
        background: #ffffff96;
}