#content {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.printable {
  display: none;
}
#captions {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 2em;
}
#framerate {
  display:none;
}
@media print {
  .printable {
    display: block;
    width: 960px;
    height: 576px;
    overflow: hidden;
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9);
    position: absolute;
    top: 150px;
    left: -150px;
  }
  .printable > canvas {
    width: 1008px;
    height: 672px;
    margin-top: -96px;
    margin-left: -48px;
  }
  #frame {
    display: none;
  }
  #captions {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */