.sport-event-card .wide-card__inner {
	position: relative;
}

.sport-event-card .wide-card__inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 140px;
	height: 140px;
	background-size: 72px 72px, 140px 140px;
	background-position: 16px 16px, 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
	background-image: url(https://cdn.freeagirl.nl/images/free-a-girl-logo-160.png),
		linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
