/* Motion graphic below the first hero testimonial (SimpleParagraphs, served from Bunny).
   Layout, width and frame come from .bw-hero-visual-demo, shared with the demo block
   below it, so the two sections line up. Only the video element needs styling here. */

html.bw-sales-page-branch-writing #__next .bw-hero-motion__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: transparent;
}
