.fm-editorial__marketing-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  background: #071b38;
  object-fit: contain;
}

.fm-editorial__marketing-video:focus-visible {
  outline: 3px solid var(--fm-editorial-accent);
  outline-offset: 3px;
}
