body {
  background: #eeeeee;
}

.apg-livevideo {
  transition: transform 500ms;
  transform-origin: top left;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.apg-livevideo.apg-openquest {
  transform: scale(0.68);
}

.apg-livevideo-question, .apg-livevideo-poll  {
  position: absolute;
  display:none;
  top:10px;
  height:200px;
  text-align:right
}


.apg-livevideo-question.apg-openquest, .apg-livevideo-poll.apg-openpoll {
  display:block;
  left:auto;
  right:0px;
  width:30%;
}

@media screen and (max-width: 800px) {
  .apg-livevideo.apg-openquest {
    transform: translateY(280px);
  }
  .apg-livevideo-question.apg-openquest, .apg-livevideo-poll.apg-openpoll {
    left:0px;
    width:auto;
  }

}
