#filter_overlay  {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(180,156,133,0.4);
	z-index: 999999999 !important;
	mix-blend-mode: multiply;
	display: none;
	pointer-events: none;
}

.filter_on  {display: block !important;}