body {
  font-family: "GothamPro";
  background: #eaeaea;
  color: #333;
  line-height: 1.5;
}

h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
  width: 100%;
  display: block;
  word-wrap: break-word;
}

.annotation {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.page {
  height: 100vh;
  min-height: 100vh;
}
.page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  min-height: 100vh;
  padding: 0 30px;
  margin: 0 auto;
}
.page-container__player {
  flex: 1;
  padding: 20px 0;
  align-content: center;
}
.page-container__footer {
  padding: 0 0 10px 0;
  font-size: 10px;
  text-align: center;
}
.page-container__footer a {
  color: #333;
  font-family: monospace;
  letter-spacing: 0.04rem;
  font-weight: 700;
}

body.playerjs-body #yii-debug-toolbar {
  display: none !important;
}

#playerjs-container {
  width: 100vw;
  height: 100vh;
}

#no-playerjs {
  width: 100vw;
  height: 100vh;
  background-color: #cccccc;
  background-image: url(../images/no-video.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

/*# sourceMappingURL=view.css.map */
