#twitchLiveStream {
	position:absolute;
	top:20px;
	right:20em;
	border:2px #fff solid;
	width:600px;
	height:300px;
}

.twitchHide { display:none; }

/* Optional: The following css just makes sure the twitch video stays responsive */
#twitchLiveStream object, #twitchLiveStream iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
