body {
 margin:0px;
 padding:0px;
 background-color: #000000;
 overflow: hidden;
 font-size:1em;
 color:#FFFFFF;
 font-family:Arial,Helvetica,sans-serif;
}
h1 {
 margin-top: calc(20px + 4vh);
 font-size:1em;
}
h2 {
 margin-top: calc(20px + 4vh);
 font-size:0.8em;
}
a:link{text-decoration:none;color:#EDFC65;}
a:visited{text-decoration:underline;color:#EDFC65;}
a:hover{color:#F00000;text-decoration:underline }
a:active{text-decoration:underline;color:#D321BC;}
/*a[rel~="external"]{padding:0 15px 0 0;margin-right:2px;background:url(/img/ico/external-link.gif) no-repeat right center;}*/

#loadingMsg {
 visibility:hidden;
 width: 100vw; 
 height: 100vh;
 display:flex;
 align-items:center;
 justify-content:center;
 font-size:1.3em;
 z-index:500;
}
.tryReload {
 color:#7C75C4;
 cursor:pointer;
}

#mainImg {
 position: absolute;
 /*position:relative;*/
 visibility:hidden; /* Make visible in js after the page has loaded and everything resized. */
}
#vidPlayer {
 position: absolute; 
 left: 0; 
 top: 0;
 max-width: 100%; 
 max-height: 100%;
 width: 100%; 
 height: 100%;
 background-size: cover;
 overflow: hidden;
}