.youtube-container {
  max-width: 800px;
  margin: 40px auto 40px;
  padding: 0 15px;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container h2 {
  color: #2E5E82;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: .0075em;
  position: relative;
  padding-bottom: 15px;
}

.youtube-container h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3ab4aa;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.youtube-container h2 .highlight {
  color: #3ab4aa;
  font-weight: 700;
}

.youtube-container p {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-top: 0;
  letter-spacing: .025em;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100vmax;
}

.youtube-container .byline-wrapper {
  text-align: center;
}

@media screen and (min-width: 601px) {
  .youtube-container h2 {
    font-size: 26px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .youtube-container h2::after {
    width: 70px;
    height: 4px;
  }

  .youtube-container p {
    font-size: 14px;
    padding: 5px 15px;
  }
}

