/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.videostream {
  width: 950px;
  height: 453px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .videostream {
    width: 300px;
    height: 169px; } }
@media only screen and (min-device-width: 481px) and (max-device-width: 800px) {
  .videostream {
    width: 500px;
    height: 281px; } }
