.livid-video-embed {
    position: relative;
    width: 100%;
    padding-top: var(--livid-aspect, 56.25%);
}

.livid-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
