html,body{
  margin:0;
  padding:0;
  height: 100%;
}

body {
  font-family: source-sans-pro, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #F0F1F1;
  background: #4A4D4E;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 300;
}

a {
  color: #288edf;
}

.beatView {
  display: block;
  position: fixed;
  overflow: hidden;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -101;
  text-align: center;
}

.beatView video {
  position: fixed;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  margin: 0 auto;
}

.admin {
  padding: 10px;
}
