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

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

.card.hiddenOvr {
	overflow: hidden;
	height: 26rem !important;
}
.card.hiddenOvr .date {
	margin-top: 1rem;
}
.card.hiddenOvr button {
	margin-top: 1rem;
}

.card {
	height: 20rem;
	padding-bottom: 25rem !important;
}

.card .thumbnail img {
	width: 100%;
	transition: var(--ease);
}

.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: auto;
}

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

.card a {
	width: 100%;
}

.card button {
	box-shadow: none !important;
}

.card.upcoming {
	opacity: 60%;
}

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

.card.upcoming .date p::before {
	content: 'Airing: ';
}

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

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

.card.aired .date p::before {
	content: 'Aired: ';
}

#eventButton {
	margin-top: 2rem;
}

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

@media screen and (max-width: 475px), screen and (max-device-width: 475px) {
	.card {
		padding-bottom: 8rem !important;
	}
}
