#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000; }
  #overlay .close {
    color: white;
    font-size: 40px;
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1; }
  #overlay .share_screen {
    color: white;
    font-size: 40px;
    z-index: 10;
    position: absolute;
    right: 50px;
    top: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer; }
    #overlay .share_screen svg {
      width: 24px;
      height: 24px;
      fill: #FFF; }
  #overlay #localVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: auto;
    z-index: 5; }
  #overlay #remoteVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }

/*# sourceMappingURL=call.css.map */
