.brochure_popup_wrapper {
	display: none;
}

.brochure_popup_wrapper.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.brochure_popup_overlay {
	background-color: black;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
}

.brochure_popup {
	background-color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	max-width: 100%;
	border-radius: 5px;
	padding: 25px;
}

.close_brochure_popup {
	position: absolute;
	right: 25px;
	top: 25px;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
	z-index: 1;
}
