.linkblocks-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.linkblocks-section.linkblocks-fixed-height .linkblock img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
