/*

RESETS

*/

html, body,
html body
{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #EEE;
}
html body.loading::before
{
    content: "LOADING";
    color: #757575;
    font-size: 1rem;
    text-align: center;
    line-height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEE;
    z-index: 99999999;
}
html body .ordit-video
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    text-align: center;
}
html body audio,
html body video
{
    display: block;
    position: relative;
    width: auto;
    height: 100vh;
    background: #000;
    text-align: center;
}