body {
    background-color: black;
}

.livestream-frame {
    width: 100%;
    height: 80vh;
}

@media only screen and (max-width: 800px) {
    .livestream-frame {
        width: 100%;
        height: 50vw;
    }
}