  .paragraph--type--video.vertical-video figure.media--type-remote-video {
  position: relative;
  padding-bottom: 177%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.paragraph--type--video.vertical-video figure.media--type-remote-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--video figure {
  margin-bottom: 0;
}
.paragraph--type--video figure.media--type-mymedia-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.paragraph--type--video figure.media--type-mymedia-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--video figure.media--type-remote-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.paragraph--type--video figure.media--type-remote-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--video .h3 {
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.paragraph--type--video p {
  margin-top: 0.5rem;
}