.desktop-container .crawl,
.fullscreen .crawl,
.preview-box .crawl {
  position: relative;
  width: 100%;
  height: 100%;
}
.desktop-container .crawl .intro,
.fullscreen .crawl .intro,
.preview-box .crawl .intro {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 269px auto 0;
  font-size: 250%;
  font-weight: 400;
  color: #00f1ff;
  text-align: left;
  height: 38px;
  width: 610px;
  opacity: 0;
  font-family: news_gothic_mtregular;
}
.desktop-container .crawl .intro.play,
.fullscreen .crawl .intro.play,
.preview-box .crawl .intro.play {
  -webkit-animation: intro 6s ease-out;
  animation: intro 6s ease-out;
}
.desktop-container .crawl .logo,
.fullscreen .crawl .logo,
.preview-box .crawl .logo {
  text-align: center;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 46.2%;
  margin: auto auto;
  opacity: 0;
}
.desktop-container .crawl .logo.play,
.fullscreen .crawl .logo.play,
.preview-box .crawl .logo.play {
  animation: logo 7s cubic-bezier(0.33, 0.67, 0.49, 1);
  -webkit-animation: logo 7s cubic-bezier(0.33, 0.67, 0.49, 1);
}
.desktop-container .crawl .logo svg,
.fullscreen .crawl .logo svg,
.preview-box .crawl .logo svg {
  width: inherit;
}
.desktop-container .crawl .text,
.fullscreen .crawl .text,
.preview-box .crawl .text {
  position: absolute;
  width: 90%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50em;
  font-size: 350%;
  text-align: justify;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(318px) rotateX(26deg);
  -moz-transform: perspective(318px) rotateX(26deg);
  -ms-transform: perspective(318px) rotateX(26deg);
  -o-transform: perspective(318px) rotateX(26deg);
  transform: perspective(318px) rotateX(26deg);
}
.desktop-container .crawl .text .transform,
.fullscreen .crawl .text .transform,
.preview-box .crawl .text .transform {
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
}
.desktop-container .crawl .text .transform.play,
.fullscreen .crawl .text .transform.play,
.preview-box .crawl .text .transform.play {
  bottom: auto;
  top: 0;
  -webkit-animation: text 50s linear;
  animation: text 50s linear;
  overflow: visible;
}
.desktop-container .crawl .text .transform p,
.fullscreen .crawl .text .transform p,
.preview-box .crawl .text .transform p {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font: 700 1em "News Cycle", sans-serif;
  letter-spacing: .08em;
  color: #ffd23e;
  margin: 1.35em 0 1.85em 0;
  line-height: 1.35em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.desktop-container .crawl .text .transform p.episode,
.fullscreen .crawl .text .transform p.episode,
.preview-box .crawl .text .transform p.episode,
.desktop-container .crawl .text .transform p.title,
.fullscreen .crawl .text .transform p.title,
.preview-box .crawl .text .transform p.title {
  text-align: center;
}
.desktop-container .crawl .text .transform p.episode,
.fullscreen .crawl .text .transform p.episode,
.preview-box .crawl .text .transform p.episode {
  margin: 0 0 31px 0;
  letter-spacing: inherit;
}
.desktop-container .crawl .text .transform p.title,
.fullscreen .crawl .text .transform p.title,
.preview-box .crawl .text .transform p.title {
  font-family: universlightultracondensed;
  font-size: 2.2em;
  margin: 10px 0;
  font-weight: 400;
  letter-spacing: 0;
}
.desktop-container .crawl .text .overlay-top,
.fullscreen .crawl .text .overlay-top,
.preview-box .crawl .text .overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */

}
.desktop-container .crawl .text .overlay-bottom,
.fullscreen .crawl .text .overlay-bottom,
.preview-box .crawl .text .overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.9px;
  background: url(../img/mobile-overlay-lower.png) top left repeat-x;
}
.desktop-container .crawl.paused .intro,
.fullscreen .crawl.paused .intro,
.preview-box .crawl.paused .intro,
.desktop-container .crawl.paused .logo,
.fullscreen .crawl.paused .logo,
.preview-box .crawl.paused .logo,
.desktop-container .crawl.paused .transform,
.fullscreen .crawl.paused .transform,
.preview-box .crawl.paused .transform {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.mobile-container .crawl {
  position: relative;
  min-width: 640px;
  min-height: 920px;
}
.mobile-container .crawl .intro {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto auto;
  font-size: 200%;
  font-weight: 400;
  color: #00f1ff;
  width: 500px;
  height: 80px;
  text-align: left;
  opacity: 0;
  font-family: news_gothic_mtregular;
}
.mobile-container .crawl .intro.play {
  -webkit-animation: intro 6.2s ease-out;
  animation: intro 6.2s ease-out;
}
.mobile-container .crawl .logo {
  text-align: center;
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 46.2%;
  margin: auto auto;
  opacity: 0;
}
.mobile-container .crawl .logo.play {
  animation: logo 7s cubic-bezier(0.33, 0.67, 0.49, 1);
  -webkit-animation: logo 7s cubic-bezier(0.33, 0.67, 0.49, 1);
}
.mobile-container .crawl .logo svg {
  width: inherit;
}
.mobile-container .crawl .text {
  position: absolute;
  width: 90%;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60em;
  font-size: 200%;
  text-align: justify;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(318px) rotateX(12deg);
  -moz-transform: perspective(318px) rotateX(12deg);
  -ms-transform: perspective(318px) rotateX(12deg);
  -o-transform: perspective(318px) rotateX(12deg);
  transform: perspective(318px) rotateX(12deg);
}
.mobile-container .crawl .text .transform {
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
}
.mobile-container .crawl .text .transform.play {
  bottom: auto;
  top: 0;
  -webkit-animation: mobile-text 50s linear;
  animation: mobile-text 50s linear;
  overflow: visible;
}
.mobile-container .crawl .text .transform p {
  font: 700 1em "News Cycle", sans-serif;
  letter-spacing: .08em;
  color: #ffd23e;
  margin: 1.35em 0 1.85em 0;
  line-height: 1.35em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-container .crawl .text .transform p.episode,
.mobile-container .crawl .text .transform p.title {
  text-align: center;
}
.mobile-container .crawl .text .transform p.episode {
  margin: 0 0 31px 0;
  letter-spacing: inherit;
}
.mobile-container .crawl .text .transform p.title {
  font-family: universlightultracondensed;
  font-size: 2.2em;
  margin: 10px 0;
  font-weight: 400;
  letter-spacing: 0;
}
.mobile-container .crawl .text .overlay-top {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 85%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */

}
.mobile-container .crawl .text .overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.9px;
  background: url(../img/mobile-overlay-lower.png) top left repeat-x;
}
.mobile-container .crawl.paused .intro,
.mobile-container .crawl.paused .logo,
.mobile-container .crawl.paused .transform {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.fullscreen .intro.play {
  -webkit-animation: intro 6s ease-out !important;
  animation: intro 6s ease-out !important;
}
.fullscreen .crawl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullscreen .logo {
  top: 0 !important;
}
.fullscreen .text {
  width: 80% !important;
  font-size: 450% !important;
  -webkit-transform: perspective(500px) rotateX(34deg) !important;
  -moz-transform: perspective(500px) rotateX(34deg) !important;
  -ms-transform: perspective(500px) rotateX(34deg) !important;
  -o-transform: perspective(500px) rotateX(34deg) !important;
  transform: perspective(500px) rotateX(34deg) !important;
}
.tablet .fullscreen .overlay-top {
  display: none !important;
}
.preview-box {
  display: none;
}
.preview-box .crawl {
  width: 600px !important;
  margin: 0 auto;
}
.preview-box .crawl .intro {
  font-size: 150%;
  width: 370px;
}
.preview-box .crawl .text {
  font-size: 180% !important;
}
.preview-box .crawl.full .intro,
.preview-box .crawl.full .logo {
  display: none !important;
}
.preview-box .crawl.full .text {
  margin-bottom: 50px !important;
}
.preview-box .crawl.full .text .transform {
  opacity: 1 !important;
  bottom: 0px !important;
}
.overlay {
  display: none;
}
.fullscreen .intro {
  margin: auto auto !important;
}
.fullscreen .logo {
  text-align: center;
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
}
@keyframes intro {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}
@-webkit-keyframes logo {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes text {
  0% {
    top: 100%;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: -20%;
    opacity: 0;
  }
}
@-webkit-keyframes text {
  0% {
    top: 100%;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: -20%;
    opacity: 0;
  }
}
@keyframes mobile-text {
  0% {
    top: 93%;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: -20%;
    opacity: 0;
  }
}
@-webkit-keyframes mobile-text {
  0% {
    top: 93%;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: -20%;
    opacity: 0;
  }
}
