@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#myVideo h1 {
  text-align: center;
  font-family: 'Helvetica Neue';
  font-weight: 300;
  font-size: 300%;
  color: #449cb6;
}
#myVideo sup {
  top: -1.5em;
  font-size: 35%;
  color: red;
  opacity: .6;
}
#myVideo ul {
  display: inline-block;
}
#myVideo ul li {
  text-align: center;
}
#myVideo .icons {
  margin: 1em 0;
}
#myVideo .live {
  color: red;
  letter-spacing: .3em;
  font-weight: bold;
}
#myVideo .flash {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
#myVideo ._paper {
  transform: rotate(-0.5deg);
  box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.5);
}
#myVideo ._box {
  animation: opacityIn 2.5s ease;
}
#myVideo ._weathercity {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #706f6f;
}
#myVideoRun {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#myVideoRun header .red.button {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none !important;
}
#myVideoRun header .user {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
#myVideoRun header .user h3 {
  margin-top: 0;
  margin-left: .5em;
  font-size: 100%;
  color: rgba(255, 255, 255, 0.7);
}
#myVideoRun .waiting {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
#myVideoRun .waiting h3 {
  margin-top: 0;
}
#myVideoRun .waiting .flash {
  animation-duration: 3s;
}
#myVideoRun .waiting .online {
  color: rgba(255, 255, 255, 0.5);
}
#myVideoRun .screen.goodbye {
  opacity: 0;
  transition: all 25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#myVideoRun #video {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#myVideoRun #video video {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
#myVideoRun #videoThumb {
  position: absolute;
  bottom: 0;
  right: .25em;
}
#myVideoRun #videoThumb video {
  width: auto;
  height: 5em;
  border: .1em solid #000;
  border-radius: 3px;
}
