.content-image {
	@apply overflow-hidden;
}

.content-image img {
	@apply w-full h-full object-cover;
	min-height: 400px;
}

@media (max-width: 767px) {
	.content-image img {
		min-height: 300px;
	}
}
