.full-width-image-banner {
	position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-width-image-banner .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: normal;
	font-size: 52px;
	padding: 0 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 1050px) {
	.full-width-image-banner .text {
		padding: 0 20px;
		font-size: 26px;
	}
}