.bws-project-video-page {
  background: #fff;
  color: #374553;
}

.bws-project-video__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bws-project-video__header {
  background: #1a3045;
  color: #fff;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.bws-project-video__header h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  margin: 1.25rem 0 0;
}

.bws-project-video__back,
.bws-project-video__project-link {
  font-weight: 700;
  text-decoration: none;
}

.bws-project-video__back {
  color: #fff;
}

.bws-project-video__lede {
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 1.25rem 0 0;
  max-width: 52rem;
}

.bws-project-video__body {
  padding-bottom: clamp(3rem, 7vw, 6rem);
  padding-top: clamp(3rem, 7vw, 6rem);
}

.bws-project-video__watch {
  aspect-ratio: 16 / 9;
  background: #0b1926;
  margin-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
}

.bws-project-video__watch iframe,
.bws-project-video__watch video,
.bws-project-video__watch > div {
  height: 100% !important;
  inset: 0;
  max-width: none !important;
  position: absolute;
  width: 100% !important;
}

.bws-project-video__content {
  line-height: 1.75;
  max-width: 52rem;
}

.bws-project-video__project-link {
  color: #224082;
}
