html,
body {
  overflow-x: hidden;
}

.dealer-wholesale-section {
  padding: 82px clamp(18px, 5vw, 78px);
  background: #16110d;
  color: #fff;
}

.dealer-wholesale-copy {
  max-width: 980px;
  margin: auto;
  display: grid;
  gap: 16px;
}

.dealer-wholesale-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
}

.dealer-wholesale-copy p {
  max-width: 780px;
  margin: 0;
  color: #e6dcd1;
  font-size: 20px;
}

.video-grid {
  max-width: 1280px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.video-card.is-highlighted {
  border-color: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, .28), 0 22px 60px rgba(0, 0, 0, .45);
  transform: translateY(-4px);
}

.video-card video {
  width: 100%;
  height: auto;
  background: #000;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 620px;
    justify-self: center;
  }

  .product-grid-v4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  html,
  body {
    overflow-x: hidden;
  }

  .dealer-wholesale-section {
    padding: 58px 18px;
  }

  .video-section .section-heading h2 {
    font-size: 26px;
    line-height: 1.05;
    max-width: 330px;
  }

  .video-section .section-heading p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.45;
    max-width: 330px;
  }

  .video-grid,
  .product-grid-v4,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .video-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  #setup-videos .video-card {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }

  #setup-videos .video-card h3 {
    font-size: 20px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  #setup-videos .card-body {
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }

  #setup-videos .video-card p {
    overflow-wrap: anywhere;
  }
}
