
.audio-wrapper,
.video-wrapper {
    width: 100%;
    max-width: var(--maxWidth, 65ch);
    margin: auto;
}
.video-wrapper {
  aspect-ratio: 16 / 9;
}

.newsitem p {
    margin: unset
}
/**
@media (prefers-reduced-motion) {
   body {
      background-color: gold !important;
    }
  }
*/