@charset "utf-8";
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

.video-box {
  max-width: 640px;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-container > img {
  width: 100%;
}

#liveplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

#playererror {
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 100%;
  text-align: center;
  margin: auto;
  color: #fff;
}

#appredirect {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  color: #fff;
}

#appredirect a {
  color: #fff;
}

#html5_player {
  display: none;
  position: relative;
  overflow: hidden;
}

#liveplayer {
  overflow: hidden;
}