.stream-dimensions, video, .video-js {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
}

#stream-cols {
  display: inline-flex;
  flex-direction: row;
}

@media screen and (max-width: 563px) {
  video, .video-js {
    width: 500px !important;
  }
  #stream-cols {
    flex-direction: column;
  }
}
