#video {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

.overlay {
    position: absolute;
    width: 100%;
    text-align: center;
}

.text {
    color: blanchedalmond;
    text-shadow: 1px 1px 1px black;
    white-space: pre;
}

#comment {
    top: 10%;
}

.subtitles_block {
    top: 80%;
}

#time {
    top: 90%;
}

#press {
    top: 50%;
    font-size: 11vmin;
}

#person {
    bottom: 0%;
    text-align: start;
    padding: 0px 0px 3px 3px;
}