.publisher {
  position: absolute;
  width: 250px;
  height: 150px;
  top: 60px;
  right: 6px;
  z-index: 2;
  border-radius: 5px !important;
}

.subscriber {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.OTSubscriberContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.OTPublisherContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
