:root,:host{--video-component-gap: 24px}figure.video-component{display:flex;flex-direction:column;gap:var(--video-component-gap, 16px);width:100%;height:auto;object-fit:cover;overflow:hidden;border-radius:0}:root,:host{--video-embed-border-radius: var(--image-border-radius)}.video-embed{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:var(--video-embed-border-radius, var(--image-border-radius, 0));overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}