.graphicky .callout .thumb {
	height: auto;
}
.graphicky .callout .thumb.solo {
	height: 100%;
}

.graphicky .callout .thumb img {
	width: 100%;
	height: 100%;
	min-height: 10rem;
	max-height: 15rem;
	
	object-fit: cover;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	
	display: block;
}
.graphicky .callout .thumb.solo img {
	max-height: none;
}