header.lander {
	background-image: linear-gradient(
			rgba(19, 148, 215, 0.5),
			rgba(21, 128, 176, 0.5)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/data-phone.png),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/data-grid.png) !important;
	background-color: var(--blue2);
	background-repeat: no-repeat !important;
	background-size: auto, auto 50%, cover !important;
	background-position-x: right !important;
	background-position-y: bottom;
	background-attachment: scroll;
}

header.lander .textwrapper {
	max-width: 650px;
}

header.lander .textwrapper .divider {
	background-color: var(--blue4);
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander {
		background-size: auto, none, cover !important;
	}
}
