/* Rich media embeds */
.emb { margin: 10px 0; max-width: 560px; }
.emb-video { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; border-radius: 8px; overflow: hidden; background: #000; }
.emb-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.emb-audio iframe { width: 100%; max-width: 560px; border: 0; border-radius: 8px; display: block; }
