@charset "UTF-8";
.centreXY, video {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.centreX {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.centreY {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'TEMP';
  src: url("../fonts/TEMP.eot");
  src: local("☺"), url("../fonts/TEMP.woff") format("woff"), url("../fonts/TEMP.ttf") format("truetype"), url("../fonts/TEMP.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #ffc0cb; }

html, body {
  font-family: 'TEMP', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  html, body {
    font-size: 18px; } }
html, body {
  width: 100%;
  height: 100%;
  background-color: #000; }

.element {
  position: fixed; }
  .element.top {
    top: 30px; }
  .element.bottom {
    bottom: 30px; }
  .element.left {
    left: 30px; }
  .element.right {
    right: 30px;
    text-align: right; }

ul li {
  padding: 0 10px;
  border-right: 1px solid #FFF;
  display: inline; }
ul li:last-child {
  padding-right: 0;
  border-right: none; }

.pulse {
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
video {
  position: fixed;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  .element {
    position: static;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .element.top {
      margin: 30px auto;
      top: auto; }
    .element.bottom {
      margin: 20px auto;
      bottom: auto; }
    .element.left {
      left: auto; }
    .element.right {
      right: auto;
      text-align: center; }

  video {
    position: static;
    top: auto;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    max-height: 90%; }

  ul.element.bottom.right {
    margin: 30px auto 80px auto;
    display: block;
    width: calc(100% - 40px);
    border-top: 1px solid #FFF; }
    ul.element.bottom.right li {
      width: calc(100% - 30px);
      padding: 20px 0;
      border-right: none;
      display: block;
      margin: 0 auto;
      border-bottom: 1px solid #FFF; }
    ul.element.bottom.right li:last-child {
      width: 100%;
      padding-right: 0;
      border-right: none; } }

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