
.feature-wrap {
	position:relative;

}
.membership-sample:hover{
	cursor:pointer;
}
.feature-popup {
	position:absolute;
	background: white;
	border-radius: 10px;
	top:0;
	left:50%;
	transform: translateX(-50%);
	padding: 20px;
	display:none;
	z-index:999;
	width:750px;
	height:650px;
	max-width:90%;
	max-height: 80vh;
	box-shadow: 0px 3px 20px 5px #00000029;
	overflow-y:scroll;
}
.feature-popup.visible {
	display:block !important;
}