body{
    margin:0;
    padding:0;
    background: #000;
}
#frame{
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

#captions{
    position: absolute;
    z-index: 1;
    padding:5px 10px;
    width: 84%;
    left: 7%;
    text-align: center;
    line-height: 2;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #000;
    border-radius:20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    bottom: auto;
}