@charset "utf-8";
/* CSS Document */
.twitch3 .twitch3-video {
  padding-top: 56.25%;
  position: relative;
  height: 1000;
}

.twitch3 .twitch3-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


.twitch3 .twitch3-chat {
  height: 100px;
}

.twitch3 .twitch-chat iframe {
  width: 100%;
  height: 100%;
}
/*@media screen and (min-width: 150px) {
  .twitch3 {
    position: relative;
  }
  
  .twitch3 .twitch3-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch3 .twitch3-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #000000;
	margin: 0;
	
} */