.vo-center { text-align:center; margin:0 0 18px; }

.vo-title {
  text-align:center;
  margin:48px 0 16px;  /* increased from 36px */
}

.vo-video {
  width:min(100%,900px);
  margin:0 auto 64px;  /* increased bottom spacing */
}

.vo-video iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
/* Wrap audio players to control width */
.vo-audio {
  width:min(100%,600px);
  margin:0 auto 48px;
  text-align:center;
}

.wp-audio-shortcode {
  width:100% !important;
  max-width:100% !important;
}

/* nuke theme max-widths */
.wp-block-embed__wrapper,
figure.wp-block-embed,
embed,
iframe {
  max-width: 100% !important;
}
.wp-audio-shortcode {
  margin-bottom:80px;
}