#capture {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--green-tr50);
    backdrop-filter: blur(1rem);
}

#capture .info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 1rem;
}

#capture video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#capture .actions {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(1rem);
    padding: 1rem;
}

#capture .actions button {
    margin: auto;
}