body {
    background-color: #000;
    background-image: none;
    overflow: hidden;
    font-family: monospace;
    font-weight: 400;
    color: #fff;
}
video {
    width: auto;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
.UIcon {
    height: 60px;
    width: 200px;
    margin: 50% auto;
}
.vidUI {
    width: 50px;
    height: 50px;
    margin: 5px;
    opacity: 0.4;
    display: inline-block;
    transition: opacity .2s linear;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
    font-family: sans-serif;
}
.vidUI img {
    width: auto;
    height: 100%;
}
#back {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 5;
}
#back img {
    width: 24px;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
a:visited {
    color: inherit;
    text-decoration: none;
}