.core-hero-image { margin-bottom: var(--space-3); }

.core-hero-image .img-cont .waves {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: url(hero-image-wave-sm.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	pointer-events: none;
}

.core-hero-image .content-section { display: none; }

@media (min-width: 40em) {
	.core-hero-image .img-cont .waves {
		height: 75px;
		background: url(hero-image-wave.svg);
		background-size: 180% 250%;
		background-repeat: no-repeat;
		background-position: right top;
	}
}

@media (min-width: 64em) {
	.core-hero-image { margin-bottom: var(--space-10); }

	.core-hero-image .img-cont .waves {
		left: 50%;
		transform: translatex(-50%);
		width: 200vw;
		height: 105px;
		background-size: 90% 385%;
		background-position: 30px top;
	}
}

.site-sports .core-hero-image {
	margin-bottom: 0;
}