canvas {
  width: 640px;
  height: 480px;
  background-color: black;
  float: left;
}

#canvasContainer {
  float: left;
}

#localVideo {
  width: 640px;
  height: 480px;
  background-color: black;
  float: left;
  /*   display: none; */
}