body, html {
    background-color: gray;
    height: 100%;
}
#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#publisher {
    position: absolute;
    width: 360px;
    height: 240px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}
#controls {
    position: absolute;
    width: 360px;
    height: 240px;
    bottom: 10px;
    left: 380px;
    z-index: 100;
}
#publishButton, #unpublishButton, #panControls {
    display: none;
}

#error {
  position: absolute;
  top: 10px;
  left: calc(50%);
  z-index: 99;
}
