header {
	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/gdn-2022-trends-webinar-header.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	background-attachment: scroll;
	padding-bottom: 2rem !important;
  }
  
  
  header .textwrapper .title {

	font-size: 2rem;
	margin: 1.5rem auto;
	margin-top: 0;
	color: var(--green4) !important;
  }
  
  header .subtitle {
	font-family: var(--mlight);
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1;
  }
  
  .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 .details {
	text-align: center;
	margin-top: 1rem;
  }
  
  .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 .date p {
	margin: auto;
  }
  
  .card a {
	width: 100%;
  }
  
  .card button {
	box-shadow: none !important;
	margin-top: 1rem;
  }
  
  .card.upcoming {
	opacity: 60%;
  }
  
  .card.upcoming .details {
	color: var(--gray2) !important;
  }
  
  .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;
	text-align: center;
  }
  
  section.first article {
	box-shadow: var(--shadow-hover);
	border: none;
	margin: 0;
	margin-left: 5rem;
  }
  
  section.first article .textwrapper .content {
	padding-bottom: 0;
  }
  
  section.first article label {
	margin-bottom: 2rem;
  }
  
  #eventButton {
	margin-top: 2rem;
  }
  
  #eventButton a {
	z-index: 15 !important;
  }
  
  @media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	section.first.lander .container {
	  flex-direction: column;
	}
	section.feature .wrapper {
	  margin-top: 2.5rem;
	}
	
	section.feature article {
	  margin-left: auto;
	}
	section.first article label {
	  margin-bottom: 1rem;
	}
  
	.card {
	  flex-direction: column;
	  width: 80%;
	}
  
	.card .details {
	  text-align: center;
	  margin-left: 0;
	  margin-top: 1rem;
	}
  
	.card .details p {
	  margin: auto;
	}

	header .subtitle {
		font-family: var(--mlight);
		font-size: 2.5rem;
		text-transform: uppercase;
		line-height: 1;
	  }
  }
  