section.cross-text-mask .outer-container {
  max-width: 600px;
  margin: auto;
  width: 90%;
  position: relative;
}

section.cross-text-mask .image-container {
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-size: cover;
	background-position: center;
	height: 500px;
}

section.cross-text-mask  .section-title {
	margin: 0;
	font-size: 64px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: -30%;
	transform: translateX(-50%);
	z-index: 1;
	white-space: nowrap;
}
section.cross-text-mask  .section-title.on-dark {
  color: white;
}
section.cross-text-mask  .section-title span {
  position: relative;
  display: block;
}