#modal_bg { 
	/*display: none*/;
	visibility: hidden;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.85);
	pointer-events: auto;
}
