#comparison {
	overflow: auto;
	max-height: 35em;
}
.comparison-image-td {
	width: 20em;
}
.comparison-image-block {
	position: relative;
	height: 12em;
	width: 15em;
}
.comparison-image {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
}
