#twitch-clip-wrapper {
	overflow: hidden;
}
#twitch {
	height: -webkit-calc(100% + 31px);
	height:    -moz-calc(100% + 31px);
	height:         calc(100% + 31px);
}
