.RoadsterPromo {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-align: center;
  padding: 2em 1.75em;
  line-height: 1.25;
  letter-spacing: .0625em;
}

.RoadsterPromo-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.RoadsterPromo-hed {
  font-size: 1.6em;
  margin-bottom: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: .125em;
}

.RoadsterPromo-subhed {
  display: inline-block;
  padding-bottom: .25em;
  margin-bottom: 1em;
  border-bottom: 2px solid;
  margin-top: 4rem;
}

.RoadsterPromo-desc {
  font-size: .875em;
  line-height: 2.25;
  margin-bottom: 2.5em
}

.RoadsterPromo-video {
  position: relative;
  padding-bottom: 56.25%
}

.RoadsterPromo-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.RoadsterPromo-col--last {
  margin-top: 3em;
  text-align: center;
}

.RoadsterPromo-hiw {
  display: inline-block;
}

.u-sm-show {
  display: none
}

.u-tc {
  text-align: center
}

@media (min-width: 768px) {
  .RoadsterPromo {
    font-size: 16px;
    text-align: left;
    padding: 5.5em 0;
  }

  .RoadsterPromo,
  .RoadsterPromo-col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .RoadsterPromo-col {
    width: 50%;
    box-sizing: border-box;
  }

  .RoadsterPromo-col--video {
    order: -1
  }

  .RoadsterPromo-col--last {
    margin-top: 2em
  }

  .RoadsterPromo-inner {
    display: -ms-flexbox;
    display: flex
  }

  .RoadsterPromo-hed {
    margin-bottom: .125em
  }

  .u-sm-show {
    display: block
  }

  .u-sm-hide {
    display: none
  }
}

@media (min-width: 1280px) {
  .RoadsterPromo {
    font-size: 18px;
    padding: 6.25em 0;
  }

  .RoadsterPromo,
  .RoadsterPromo-col {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
}