.paragraph--type--text-with-media figure {
  display: table;
  margin: 0 0 .8em;
}

.paragraph--type--text-with-media figcaption {
  display: table-caption;
  caption-side: bottom;
}

.paragraph--type--text-with-media video {
  width: 100%;
  height: auto;
}

@media all and (min-width: 851px) {
  .paragraph--type--text-with-media video {
    max-width: 25rem;
  }

  .paragraph--type--text-with-media .float-left {
    float: left;
    margin: 0 .8em 0 0;
  }

  .paragraph--type--text-with-media .float-right {
    float: right;
    margin: 0 0 0 .8em;
  }
}
