#stream_cont{
	display: none;
}

#stream_cont{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

div.stream_top{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #946eba;
	text-align: right;
	padding: 15px 15px 0 0;
	box-sizing: border-box;
}

#frame_cont{
	position: relative;
	height: 100%;
}