body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

details {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5em;
}

summary {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.5em;
}

summary::marker {
    content: '⚙️';
}

#streams {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#streams li {
    display: inline;
    position: relative;
}

#streams li a {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1em;
    padding: 0.2em;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}

iframe, img {
    /* position: absolute;
    top: 0;
    left: 0; */
    /* animation-duration: 3s;
    animation-name: test-wobble;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: calc( 0.1s * var(--index)) */
}

/* @keyframes test-wobble {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(.5);
    }
    66% {
        transform: scale(2);
    }
} */





.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
