.image-contain {
	object-fit: contain;
	object-position: center;
}
.image-cover {
	object-fit: cover;
	object-position: right top;
}