/* @option user selected content background setting */

@media screen and (min-width: 992px) {
	#bannerBoxBackground {
		-moz-opacity: 0.80;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: 0.80;
	}
}