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/callbox/landers/jarvis-cb-webinar-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

.card .details p {
	margin: auto;
}

.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;
	margin-top: 1rem;
}

.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 .thumbnail img:hover {
	opacity: 0.8;
}

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

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

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

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

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

#eventButton {
	margin-top: 2rem;
}

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

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	section.first.lander .container {
		flex-direction: row;
	}
	section.feature .wrapper {
		margin-top: 2.5rem;
	}

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

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

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

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