* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  max-width: 1600px;
  background: #222;
  margin: 0 auto;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
a {
  color: #AAA;
  text-decoration: none;
  border: none;
}
a img {
  border: none;
}
a:hover {
  color: #0099FF;
}
.lookback {
  margin: 30px auto 0 auto;
  display: block;
}
.share,
.share-bottom {
  margin: 0 auto 10px auto;
  display: inline-block !important;
}
.share.sharer-0 label.entypo-export,
.share-bottom.sharer-0 label.entypo-export {
  border-radius: 0;
  background: #444;
  color: #AAA;
}
.share.sharer-0 label.entypo-export:hover,
.share-bottom.sharer-0 label.entypo-export:hover {
  color: #0033FF;
}
.share-bottom {
  float: right;
}
sup {
  vertical-align: text-top;
}
.ad-spot {
  padding: 8px 8px 20px;
  background: #888;
  text-align: center;
}
header.intro {
  color: white;
  background: #444;
  background: linear-gradient(to bottom, #444, #222);
  opacity: 0.95;
  padding: 20px;
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 200px;
}
header.intro .logo-bar {
  text-align: center;
  border-bottom: 1px solid #CCC;
  height: 0;
}
header.intro .logo-bar .logo img {
  height: 20px;
  position: relative;
  background: #444;
  top: -10px;
  padding: 0 10px;
}
header.intro .contents {
  margin: auto;
  max-width: 1024px;
}
header.intro h1 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.4em;
  padding: 0;
  text-align: center;
}
@media (max-width: 720px) {
  header.intro h1 {
    font-size: 24px;
    padding-top: 20px;
  }
}
header.intro p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 720px) {
  header.intro p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
header.intro p.byline {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #AAA;
}
@media (max-width: 720px) {
  header.intro p.byline {
    font-size: 12px;
  }
}
header.intro p.instructions {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #AAA;
  opacity: 0.5;
  text-transform: none;
}
@media (max-width: 720px) {
  header.intro p.instructions {
    font-size: 12px;
  }
}
header.intro div.social {
  text-align: center;
}
header.intro div.social .share {
  margin: auto;
}
footer {
  background: #222;
  opacity: 0.95;
  padding: 8px;
  position: relative;
  z-index: 99;
}
footer .logo img {
  margin-top: 5px;
  height: 20px;
}
footer::after {
  clear: both;
  content: " ";
  display: block;
}
.scroll {
  position: relative;
  z-index: 99;
}
.fixed-frame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-frame img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 110%;
  transition: opacity .3s linear;
}
@media (min-aspect-ratio: 16/9) {
  .fixed-frame img {
    height: auto;
    min-height: 100%;
    max-height: none;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.fixed-frame img[visible] {
  opacity: 1;
}
.fixed-frame .dots {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 9;
  padding: 0;
  margin: 0;
  color: rgba(170, 170, 170, 0.8);
  font-size: 28px;
  line-height: .75;
}
@media (max-width: 720px) {
  .fixed-frame .dots {
    line-height: 10px;
  }
}
.fixed-frame .dots .dot.active {
  color: #0033FF;
}
.parallax-play {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0 0 50%;
}
.parallax-play .description {
  position: relative;
  margin: 40px 100px 0;
  float: left;
  width: 360px;
  background: rgba(51, 51, 51, 0.95);
  font-family: 'Open Sans', sans-serif;
  color: white;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
@media (max-width: 720px) {
  .parallax-play .description {
    margin: 40px 20px 0;
    width: auto;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  }
}
.parallax-play .description h3.rank {
  background: rgba(0, 51, 255, 0.75);
  margin: 0 0 1em;
  padding: 5px 20px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-radius: 4px 4px 0 0;
}
.parallax-play .description h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
@media (max-width: 720px) {
  .parallax-play .description h1 {
    font-size: 14px;
  }
}
.parallax-play .description .copy {
  padding: 0 20px;
  letter-spacing: .3px;
}
@media (max-width: 720px) {
  .parallax-play .description .copy {
    font-size: 12px;
  }
}
.parallax-play .description h2 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}
.parallax-play .description h2.score {
  margin: 1em 0 4px 0;
  color: #0033FF;
}
.parallax-play .description p {
  margin-top: 0;
  font-size: 14px;
}
.parallax-play .description blockquote {
  margin: 0;
  text-style: normal;
  display: inline;
  font-size: 14px;
}
.parallax-play .description cite {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #AAA;
}
.parallax-play .description .read-more {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}
.parallax-play .description .credit {
  text-transform: uppercase;
  font-size: 11px;
  color: #AAA;
  text-align: right;
  padding: 10px 20px 10px 20px;
}
.parallax-play .description.right {
  float: right;
}
aside.no-mobile-portrait {
  display: none;
  z-index: 999;
  border-radius: 20px;
  position: fixed;
  background: black;
  color: white;
  padding: 40px 40px 10px;
  top: 40px;
  left: 40px;
  right: 40px;
}
@media (max-width: 720px) and (orientation: portrait) {
  aside.no-mobile-portrait {
    display: block;
  }
}
aside.no-mobile-portrait .ok {
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  color: white;
  font-size: 40px;
  font-weight: normal;
}
aside.no-mobile-portrait .rotation {
  display: block;
  text-align: center;
  font-size: 80px;
  margin: 20px;
}
.hide-warning aside.no-mobile-portrait {
  display: none;
}
