.stream {
  width: 100%;
  height: 100%;
}

.small-view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;

  .stream-box {
    width: 100%;
    height: 100%;

    .stream {
      width: 100%;
      height: 100%;
    }
  }
}

.large-view {
  width: 100%;
  height: 100%;
  background-color: black;

  .stream-box {
    width: 100%;
    height: 100%;

    .stream {
      width: 100%;
      height: 100%;
    }
  }
}
