html, body {
  background: black;
}

.nav-wrapper {
  background-color: #3cf;
}

#twitch-embed-video {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#twitch-embed-chat {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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