@media screen and (max-height:768px) {
	.video-con-scale {
		-webkit-transform:scale(.70);
		-moz-transform:scale(.70);
		-o-transform:scale(.70);
		transform:scale(.70);
	}
}
@media screen and (max-width:1290px) {
	.video-con-scale {
		-webkit-transform:scale(.70);
		-moz-transform:scale(.70);
		-o-transform:scale(.70);
		transform: scale(.70);
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1020px) {
	.visual-wavebar-1 {
		display:none !important;
	}
}
@media screen and (max-width:1020px) {
	.visual-wavebar-2 {
		display:none !important;
	}
}
@media screen and (max-height:800px) {
	.visual-disclaimer {
		zoom: 75% !important;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1115px) {
	.div-video-left {
		float:none !important;
	}
}
@media screen and (max-width:1115px) {
	.div-video-right {
		float:none !important;
	}
}
@media screen and (max-width:1115px) {
	#featured-con-grid {
		width: 100% !important;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:980px) {
	#featured-con-users {
		display:none !important;
	}
}
@media screen and (max-width:1000px) {
	#compat-hdr-left {
		font-family:helvetica !important;
		font-size:12px !important;
		line-height:38px !important;
		position:relative !important;
		width:100% !important;
		height:45px !important;
		margin-top:41px !important;
		margin-left:0 !important;
		text-align:center !important;
		color:#000 !important;
		border-top:1px solid rgba(0,0,0,.1) !important;
	}
}
@media screen and (max-width:1000px) {
	#compat-hdr-right {
		font-family:helvetica !important;
		font-size:12px !important;
		line-height:44px !important;
		float:right !important;
		width:100% !important;
		height:44px !important;
		margin-top:-3px !important;
		margin-right:0 !important;
		margin-bottom:10px !important;
		text-align:center !important;
		color:#000 !important;
		border-top: 1px solid rgba(0,0,0,.1) !important;
	}
}