
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: #000 ;
  /* background:   #000000;  343434;  6b6b6b   b6b6b6 */
}
div,img,video,p,svg{
    position: absolute;
}
#main-container {
  width: 300px;
  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: 23px;
  line-height: 23px;
  top: 12px;
  left: 14px;
  font-family: font_1;
  color: #00142e;
  text-align: left;
  /*background-color:red;*/
}
#text2{
    position: absolute;
    height: auto;
    width: auto;
    letter-spacing:-0.0px;
    font-size: 11px;
    line-height: 14px;
    top: 65px;
    left: 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: 99%;
  height: auto;
  white-space: wrap;
  line-height: 6px;
  bottom: 2px;
  left:2px;
  font-size: 6px;
  opacity: 0.7;
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  text-align: left;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.7);
  /* background-color:red; */
}

#cta{
    z-index: 99;
    top: 177px;
    left:14px;
    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: 143px;
  left:15px;
  width: 98px; 
  height:auto;
}

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