.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 850px) {
  .twitch {
	position: relative;
  }

  .twitch .twitch-video {
	width: 100%;
	padding-top: 42.1875%;
  }
}
