.embed.iframe {
    box-shadow: 0px 0px 10px #313131;
}
.video_overlay {
    width: auto;
    aspect-ratio: 16 /9;
    display: grid;
    place-items: center;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    overflow: auto;
    scrollbar-width: none;
    z-index: 1;
}
.video_overlay_content {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 15px;
    max-width: 400px;
    hyphens: auto;
    word-wrap: anywhere;
    background-color: #313131;
    color: white;
    border: 1px solid white;
}
