header.lander {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.8),
			rgba(56, 56, 56, 0.8)
		),
		url('https://assets-cdn.carwars.com/websites/callbox/resources.jpg');
	background-size: cover;
}

header.lander .textwrapper {
	max-width: 350px;
	margin: 0rem 0rem 0rem 1.5rem;
}

#demo {
	width: 576px;
	height: 324px;
	margin: 1rem 1.5rem 1rem 0rem;
	border-radius: var(--radius-big);
	background-color: var(--d-gray3);
	overflow: hidden;
}

section.quote .zmdi {
	font-size: 3rem;
	transform: rotate(180deg);
}

section.quote .textwrapper.leftalign {
	text-align: left;
}

section.quote .textwrapper.leftalign .quoteauthor {
	flex-flow: row;
}

section.quote button {
	box-shadow: var(--shadow-light);
	margin-bottom: 2rem;
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	#demo {
		max-width: 450px;
		height: 253px;
		margin: 1.75rem 0 0 0;
	}
}
