header.lander {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.7),
			rgba(56, 56, 56, 0.7)
		),
		url(https://assets-cdn.carwars.com/websites/landing-pages/phone+handling+header.jpg);
		background-size: cover;
		background-position: top left;
		background-attachment: scroll;
		padding-bottom: 2rem !important;
	  }
	  
header.lander .textwrapper {
	max-width: 500px;
}

.textwrapper .title.sub {
	margin-bottom: 1.5rem;
}

section.first .container.wide {
	display: flex;
	flex-direction: column;
}

.wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.card {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 1.5rem !important;
	height: fit-content;
	overflow: hidden;
	max-width: 500px;
  }

.card .thumbnail img {
	width: 25%;
	transition: var(--ease);
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
  }

.card .zmdi {
	margin-right: 0.5rem;
}

.card.aired .thumbnail img:hover {
	opacity: 0.8;
}

.card .date {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.25rem;
	font-weight: 500;
	width: auto;
	margin: 1rem 0 0 0;
}

.card .title .subhead {
	font-size: 1.25rem;
	line-height: 1.25em;
}

.card a {
	width: 100%;
}

.card button {
    box-shadow: none !important;
    margin-top: 1rem;
}

.card.upcoming {
	opacity: 60%;
}

.card.upcoming .date {
	color: var(--gray2);
}

.card.aired .zmdi {
	color: var(--green2);
}

.card.aired .date {
	color: var(--d-gray);
}

section.feature {
	display: flex;
	flex-direction: column;
}

.card .details {
	text-align: center;
	margin-top: 1rem;
  }

section.feature .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: min-content;
}

section.feature article {
	box-shadow: var(--shadow-hover);
	border: none;
	margin: 0;
	margin-left: 5rem;
}

.textwrapper.offer {
	text-align: left;
	margin: 0.5rem 1.5rem 0 5rem;
}

.offer .link {
	color: var(--green2);
	font-weight: 500;
}

#eventButton {
	margin-top: 2rem;
}

#eventButton a {
	z-index: 40 !important;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander {
		background-image: linear-gradient(
				rgba(56, 56, 56, 0.7),
				rgba(56, 56, 56, 0.7)
			),
			url(https://assets-cdn.carwars.com/websites/landing-pages/phone+handling+header.jpg) !important;
		background-size: 265% !important;
		background-position-x: right;
	}

	.wrap {
		display: flex;
		flex-direction: column;
	}

	section.feature .wrapper {
		margin-top: 2.5rem;
	}

	section.feature article {
		margin-left: auto;
	}

	.textwrapper.offer {
		margin: 1.5rem 1.5rem 0 1.5rem;
	}
}
