.linkblock {
	border: 0;
	box-shadow: 0 0 0 1px #AAA5;
	transition: 0.3s;

	display: inline-block;
	width: 32%;
	min-width: 255px;
	padding: 0;
	margin: 12px;
	vertical-align: top;
	text-align: start;

	flex-grow: 1;
	flex-basis: calc(33% - 24px);
	background: white;
	max-width: calc(66% - 16px);
}

.linkblock > a,
.linkblock > a:hover,
.linkblock > a:hover * {
	text-decoration: none;
	color: #777;
}

.linkblock > a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}


.linkblock .img-container {
	overflow: hidden;
}

.linkblock .img-container img {
	width: 100%;
	height: auto;
	background: #EEE;
}

.linkblock.fixed-image-height .img-container img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
/*
.linkblock.fixed-image-height.linkblock-style-circle .img-container img {
	border-radius: 999px;
	width: 275px;
	height: 275px;
}
*/
.linkblock.fixed-image-height.tall .img-container img {
	height: 400px;
}

.linkblock .text-section {
	display: flex;
	flex-direction: column;
	padding: 10px;
	color: #000;
}

.linkblock .title {
	margin: 0 0 10px 0;
	padding: 0;
}
