.screenshot-image {
    width: 150px;
    height: 90px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

canvas{
    position: absolute;
}
video {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
}
.gone{
    opacity: 0;
}
.hide{
    display:none;
}
#display-cover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
    margin: 10% auto;
    position: relative;
    border:#D2002E solid;
    overflow:hidden;
}

.video-options {
    position: absolute;
    left: 20px;
    top: 30px;
}

#dotty{
    position:absolute;
    border: black dotted thick;
}
#controls {
    xx-position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

#controls > button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

#controls > button:hover svg {
    color: white !important;
}

@media (min-width: 300px) and (max-width: 400px) {
    .controls {
        flex-direction: column;
    }

    .controls button {
        margin: 5px 0 !important;
    }
}

#controls > button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

#controls > button:hover svg {
    color: white;
}