/* Bilibili 等第三方嵌入播放器 */
.ri-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.ri-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ri-video-warp .ri-video-embed,
.archive-media-preview .ri-video-embed,
.ri-video-shortcode .ri-video-embed {
  display: block;
}
