/* @option user selected content background setting */

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