header {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.5),
			rgba(56, 56, 56, 0.5)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/phone-trends-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}

header.lander .textwrapper {
	max-width: 500px;
}
.textwrapper .title.sub {
	margin-bottom: 1.5rem;
}

section.workbook {
	display: block !important;
    margin: auto;
    position: relative;
    padding: 0rem 3rem 3rem 3rem;
    max-width: 1000px;
}

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

.card {
	max-width: 50rem;
	padding: 1.5rem !important;
	margin: auto;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.card .thumbnail img {
	width: 100%;
	transition: var(--ease);
}

.card .details {
	text-align: center;
	margin-left: 2rem;
}

.card .details p {
	margin: auto;
}

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

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

.card .date {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 500;
	width: 100%;
	margin-top: 1rem;
}

.card a {
	width: 100%;
}

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

.card .workbook {
	font-family: var(--body);
	font-size: 1.25rem;
}

.card.upcoming {
	opacity: 60%;
}

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

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

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

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

section.first .textwrapper {
	margin-top: 2rem;
}

.workbook .textwrapper {
	max-width: 600px;
}

.workbook .cover {
	height: 400px;
	width: 309px;
	margin: 2rem auto;
	border-radius: var(--radius-small);
	overflow: hidden;
	box-shadow: var(--shadow);
}

.workbook .cover img {
	height: 100%;
	width: auto;
}

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

.workbook button {
	margin-top: 1rem;
}

#eventButton {
	margin-top: 2rem;
}

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

a.link {
	color: var(--green2);
	font-weight: 600;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header {
		background-image: linear-gradient(
				rgba(56, 56, 56, 0.8),
				rgba(56, 56, 56, 0.8)
			),
			url(https://assets-cdn.carwars.com/websites/callbox/landers/phone-trends-header.jpg);
		background-position: 25%;
	}

	section.first.lander .container {
		flex-direction: row;
	}
	section.feature .wrapper {
		margin-top: 2.5rem;
	}

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

	section.workbook {
		text-align: center;
	}

	.card {
		flex-direction: column;
		width: 80%;
	}

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

	.card .details p {
		margin: auto;
	}
}
