/* v0.7.0 release-gate performance and accessibility overrides. */
.cmj-hero__media {
	background-image: none !important;
	overflow: hidden;
}

.cmj-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 820px) {
	.cmj-hero__media {
		background-image: none !important;
	}

	.cmj-hero__media img {
		object-position: 58% center;
	}
}
