﻿html, body, div, p, a {
    color: whitesmoke;
}

html, body {
    max-height: 99%;
    max-width: 99%;
}

.fullscreen-video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}