.design-block.image-v2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 400px;
}

@media (max-width: 1023.98px) {
	.design-block.image-v2 img {
		height: auto;
		max-height: none;
		object-fit: cover;
		min-height: 292px;
		margin-bottom: 40px;
		max-height: 475px;
	}
}