html {overflow-x:hidden !important;}
.taglive_iframe,
#taglive_iframe {
	width:100%;
	height:0;
	border:0;
	margin:0;
	padding:0;
}
#taglive_iframe_lightbox {
	display:none;
	position: fixed; /* Stay in place */
	z-index: 9998; /* Sit on top */
	left:0;
	top:0;
	right:0;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	#background-color: rgb(0,0,0); /* Fallback color */
	#background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	cursor:pointer;
}