#wrap_stream {
	width:480px;
	height:270px;
	padding-bottom:20px;
	border-top:1px solid #333;
}
#wrap_stream iframe {
	width:100%;
	height:100%;
	border:none;
	padding:0;
	margin:0;
}
#container_stream {
	width:auto;
	height:auto;
	z-index:999;
	position:fixed;
	box-shadow:0 0 2px 2px #222;
	background:transparent url('../images/background_stream.png');
	top:50%;
	left:50%;
	margin-left:-240px;
	margin-top:-158px;
	display:none;
	border-radius:8px;
}
#stream_header {
	width:100%;
	height:30px;
}
#stream_error {
	width:80%;
	float:left;
}
#close_stream {
	float:right;
	padding:3px 10px 3px 10px;
	font-size:24px !important;
}
#stream_panel {
	width:480px;
	height:auto;
	z-index:1000;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-83px;
	margin-left:-248px;
	padding:7px;
	border-radius:8px;
	box-shadow:0 0 0px 0px #111;
	display:none;
}
#boom_stream_header {
	width:100%;
	height:30px;
}
@media screen and (max-height:400px){
	#stream_boom {
		display:none;
	}
	
}
@media screen and (max-width:748px){

	#wrap_stream {
		width:320px;
		height:180px;
		padding-bottom:20px;
		border-top:1px solid #333;
	}	
	#container_stream {
		width:auto;
		height:auto;
		z-index:999;
		position:fixed;
		box-shadow:0 0 2px 2px #222;
		top:50%;
		left:50%;
		margin-left:-160px;
		margin-top:-113px;
	}
	#stream_panel {
		width:286px;
		margin-top:-83px;
		margin-left:-150px;
	}
}
.close_stream {
	float:right;
	padding:3px 10px 3px 10px;
	font-size:24px !important;
}

.boom_stream_ta {
	width:98%;
	max-width:98%;
	min-width:98%;
	max-height:200px;
	min-height:25px;
	height:25px;
	padding:5px 1%;
	border:none;
}

.boom_stream_button {
	width:96%;
	padding:5px 2%;
	font-size:15px;
	margin-top:10px;
	border-radius:10px;
}
.boom_stream_full {
	width:100% !important;
}
#select_stream {
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
}
#select_stream select {
	font-size:16px;
	padding:5px;
}
.boom_link img {
	margin-bottom:-12px;
	position:relative;
}
