.header-and-image {
	margin-bottom: -10%;
}

.header-and-image .text-wrapper {
	width: auto;
	position: absolute;
	z-index: 3;
}

.header-and-image .text-wrapper.right-side {
	right: 0;
}

.header-image-wrapper {
	transform: translateY(-10%);
	pointer-events: none;
	position: relative;
}

.image-header {
	font-size: 10vw;
}

.header-image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.left-side-gradient {
	background: linear-gradient(-10deg, transparent, transparent, transparent, transparent, rgba(255,255,255, .3), rgba(255,255,255, .7), rgba(255,255,255, 1));
}

.right-side-gradient {
	background: linear-gradient(10deg, transparent, transparent, transparent, transparent, rgba(255,255,255, .3), rgba(255,255,255, .7), rgba(255,255,255, 1));
}
