article figure {
	float: left;
}

main .card {
	margin-bottom: var(--std-gap);
}

main {
	overflow: hidden;
	margin-bottom: var(--bs-gutter-x);
}

.card img {
	float: left;
	width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	border-radius: var(--bs-border-radius);
	margin-right: var(--std-gap)
}

.pride-footer {
	margin: 0px -.75rem;
	margin-bottom: -.5em;
	display: block;
	background: url('/assets/pride-footer-body.png') repeat;
	height: 100px;
	text-decoration: none;
	color: #fff;
	position: relative;
}

.pride-footer span {
	position: absolute;
	bottom: 0px;
	left: 75px;
	right: 0px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	font-size: 1.5em;
}