 /*Base styles for players*/
 
 * {
     color: #000;
     margin: 0;
     padding: 0;
     border: 0;
 }
 
 body {
     background-color: #ffffff;
     color: #000;
     overflow: hidden;
     width: 100vw;
     height: 100vh
 }
 
 #playerhost {
     position: absolute;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     background-color: #000;
     color: #fff;
     overflow: hidden;
     background-image: url('../img/korbyt_planet.png');
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: contain;
     background-color:darkslategray;
 }
 

 
 .overlayWrapper {
     z-index: 8888;
     position: absolute;
     bottom: 0;
     right: 0;
     min-width: 25%;
     width: auto;
     height: auto;
     background-color: black;
     opacity: .75;
 }
 
 .overlayWrapper .row {
     width: 100%;
     clear: both;
     font-size: 2.5vmin;
     margin-bottom: .7em;
 }
 
 .overlayWrapper .row label {
     width: 80%;
     margin-left: 4%;
     font-size: .9em;
     text-align: left;
     color: #c3cacd;
 }
 
 .overlayWrapper .row span {
     display: block;
     max-width: 90%;
     margin-left: 4%;
     margin-right: 4%;
     line-height: 1em;
     white-space: nowrap;
     font-size: 1.2em;
     /* word-break: break-all; */
     color: white;
 }
iframe{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}