.cke_expert figure {
	position: relative
}

.cke_expert_invite figure:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom:-1.5rem;
	left: -3rem;
	display: block;
	background-image: url(../images/ratatouille-badge.svg);
	background-size: cover;
	width: 100px;
	aspect-ratio: 1;
}
