
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #000;
  /* background: #000000; */
}
div,img,video,p,svg{
    position: absolute;
}

#main-container {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #b6b6b6;  
  box-sizing: border-box;
  background: #000000;
}
#bannerCover{
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff; 
    pointer-events: none;
  }
/*///////////////*/
@font-face {
  font-family: font_1;
  src: url(fonts/Resolve-BlackWdIta-capsLowerNums.woff2);
}
@font-face {
  font-family: font_2;
  src: url(fonts/Predator0316-Sans-RoundedItalic_capsLowerNums.woff2);
}

/* /////////   ENDFRAME  //////////// */
#endframe{
  /* display: none; */
  height:inherit;
  width:inherit;
}
#text1{
  position: absolute;
  height: auto;
  width: auto;
  white-space: nowrap;
  letter-spacing:0.8px;
  font-size: 28px;
  line-height: 23px;
  top: 14px;
  left: 10px;
  font-family: font_1;
  color: #00142e;
  text-align: left;
}
#text2{
    position: absolute;
    top: 64px;
    left: 11px;
    height: auto;
    width: auto;
    letter-spacing:-0.6px;
    font-size: 12px;
    line-height: 14px;
    
    font-family: font_2;
    color: #583712;
    text-align: left;
  }
  #text2_smaller{
    font-size: 80%;
    line-height: 8px;
    color:inherit;
  }




/* Auto flexing term Text box great for handling dynamic terms */
#terms{
  position: absolute;
  width: 96%;
  height: auto;
  white-space: wrap;
  bottom: 2px;
  left:1px;
  font-size: 6px;
  opacity: 0.7;
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  text-align: justify;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.7);
  /* background-color:red; */
}

#cta{
  z-index: 99;
  top: 175px;
  left:8px;
  width:85px;
  height:auto;
  cursor:pointer;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}

#playerContainer{
    height:inherit;
    width:inherit;
  }
#logo{
  top: 137px;
  left:9px;
  width: 98px; 
  height:auto;
}

/*    TOP     */

#exit {
  cursor:pointer;
  width: 100%;
  height: 100%;
  opacity:0;
}


