.video-component {
  width: 100%;
  max-width: 862px;
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 900px) {
  .video-component {
    padding-bottom: 3.25rem;
  }
}

.blockVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.blockVideo img {
  max-width: 100%;
}
.blockVideo__title {
  display: block;
  font-family: "legacy-medium";
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin: 1em 0;
  color: #02132b;
  margin-bottom: 0.75rem;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 900px) {
  .blockVideo__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 900px) {
  .blockVideo__title {
    margin-bottom: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.blockVideo__caption {
  font-size: 1.0625rem;
  line-height: 1.41;
}

.blockVideo iframe,
.blockVideo object,
.blockVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}