
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-size: 21px;
  color: #000 ;
  /* background:   #000000;  343434;  6b6b6b   b6b6b6 */
}
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;
}
#playerContainer{
    height:inherit;
    width:inherit;
}
#bannerCover{
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff; 
    pointer-events: none;
  }
/*///////////////*/
@font-face {
  font-family: font_1;
  src: url(fonts/Predator0316-Sans-Regular_capLowNum.woff2);
}
/* /////////   ENDFRAME  //////////// */
#endframe{
  /* display: none; */
  height:inherit;
  width:inherit;
}
.text{
  position: absolute;
  top: 80px;
  left: 5px;
  width: 140px;
  height: 100px;
  font-family: font_1;
  font-size: 20px;
  letter-spacing:0.8px;
  /* line-height: 24px; */
  vertical-align: top;
  color: #fff;
  text-align: center;
  /* background-color:red; */
  visibility:hidden;
}

#v1_span {
  font-size: 34px;
  color: #C58E00;
  /* vertical-align:-3px; */
  text-align: center;
}
#v1{
    font-size: 12px;
}
#v2{
    font-size: 16px;
}
#v3{
    font-size: 17px;
}

#logo{
  top: 37px;
  left:25px;
  width: 98px; 
  height:auto;
}

#btnGroup{
    z-index: 99;
    top:202px;
}
    #cta{
        left:10px;
        width:65px;
        height:auto;
        cursor:pointer;
    }
    #badge1{
        left:87px;
        width:65px;
        height:auto;
        cursor:pointer;
    }
    #badge2{
        left:165px;
        width:75px;
        height:auto;
        cursor:pointer;
    }
/* Auto flexing term Text box great for handling dynamic terms */
#terms{
  position: absolute;
  width: 98%;
  height: auto;
  white-space: wrap;
  line-height: 6px;
  bottom: 3px;
  left:3px;
  font-size: 5px;
  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; */
}

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