.media-board {
  position: relative;
  width: 1920px;
  height: 1450px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.media-kicker {
  position: absolute;
  left: 900px;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 2;
}

.media-title {
  position: absolute;
  left: 74px;
  top: 259px;
  width: 226px;
  margin: 0;
  padding-top: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #8f834c;
  white-space: nowrap;
  z-index: 2;
}

.media-rule {
  position: absolute;
  left: 310px;
  top: 290px;
  width: 1538px;
  height: 2px;
  background: #8f834c;
  z-index: 2;
}

.media-video {
  position: absolute;
  left: 74px;
  top: 354px;
  width: 1057px;
  height: 678px;
  border-radius: 46px;
  background: #10243c;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.media-video.is-playing {
  cursor: default;
}

.media-video img.media-poster {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.media-video.is-playing img.media-poster,
.media-video.is-playing .media-play {
  display: none;
}

.media-video iframe.media-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.media-play {
  position: absolute;
  left: 481px;
  top: 292px;
  width: 95px;
  height: 95px;
  pointer-events: none;
}

.media-play img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.media-copy {
  position: absolute;
  left: 1200px;
  top: 354px;
  width: 647px;
  margin: 0;
  padding-top: 43px;
  z-index: 2;
}

.media-quote {
  margin: 0 0 31px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #fff;
}

.media-body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
}

.media-body p {
  margin: 0 0 31px;
}

.media-body p:last-child {
  margin-bottom: 0;
}

.media-board .footer-line {
  top: 1145px;
}

.media-board .logo-footer {
  top: 1178px;
}

.media-board .ft-col {
  top: 1217px;
}

.media-board .ft-pin {
  top: 1178px;
}

.media-board .ft-contact {
  top: 1314px;
}

.media-board .ft-powered {
  top: 1393px;
}

.media-board .ft-legal {
  top: 1415px;
}

.media-board .ft-badge-a {
  top: 1385px;
}

.media-board .ft-badge-b {
  top: 1385px;
}
