.eats-member-card-info-name {
	font-weight: 700;
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	text-transform: uppercase;
}

.eats-popup-item-description {
	font-size: 13px;
	line-height: 23px;
	color: #111;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 12px;
}

.eats-member-card-gallery-infoContainer::before {
	content: '';
	position: absolute;
	top: -30%;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: linear-gradient(to bottom, rgba(34,34,34,0), #1cba9f);
	z-index: 0;
}