.compare-flex {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	justify-content: space-around;
}
.example-image {
	/*margin-bottom: 5px;*/
}
/*Media Query*/
@media all and (max-width: 1024px)
{
	.compare-flex {
		padding: 0 10px 0 10px;
	}
}

img.example-image {
	width: 100%;
}