[class^=paragraph--type--simple-text-] figure figcaption {
  display: block;
  /* display: table-caption; */
  max-width: 100%;
  caption-side: bottom;
}
[class^=paragraph--type--simple-text-] figure img {
  max-width: 100%;
  height: auto;
}
[class^=paragraph--type--simple-text-] .pull-center, [class^=paragraph--type--simple-text-].pull-Center {
  max-width: 100%;
}
[class^=paragraph--type--simple-text-] .pull-center figcaption {
  display: block;
}
[class^=paragraph--type--simple-text-] .pull-right, [class^=paragraph--type--simple-text-] .pull-Right {
  margin-left: 1.5rem;
  margin-left: calc(10px + (15 - 10) * ((100vw - 320px) / (1600 - 320)));
}
[class^=paragraph--type--simple-text-] .pull-left, [class^=paragraph--type--simple-text-] .pull-Left {
  margin-right: 1.5rem;
  margin-right: calc(10px + (15 - 10) * ((100vw - 320px) / (1600 - 320)));
}
video {
  max-width: 100%;
}
