#metrics {
  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/metrics-that-matter-webinar.jpg);
  background-position-x: 25%;
}

#metrics .textwrapper {
  max-width: 1200px;
}

#metrics .bracket {
  font-family: var(--head);
  color: var(--green4);
  font-size: 2rem;
  margin-left: 0.5rem;
}

#metrics .title {
  font-size: 4rem;
}

#metrics .subtitle {
  max-width: 700px;
  font-family: var(--head);
  font-size: 2rem;
  text-transform: uppercase;
}

#metrics .time {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2rem;
}

#greenblurb {
  margin: 2rem;
  margin-top: 0;
  color: var(--green2) !important;
}

.thumbnail img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.webinartitle {
  color: var(--gray1);
}

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