
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: 970px;
  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: 133px;
  left: 56px;
  width: 240px;
  height: 100px;
  font-family: font_1;
  font-size: 20px;
  letter-spacing:0.2px;
  line-height: 24px;
  vertical-align: top;
  color: #fff;
  text-align: center;
  /* background-color:red; */
  visibility:hidden;
}

#v1_span {
  font-size: 54px;
  color: #C58E00;
}
#v1{
    font-size: 20px;
     line-height: 30px;
}
 #v2{
     font-size: 33px;
     line-height: 36px;
}
#v3{
     font-size: 33px;
     line-height: 36px;
} 
#logo{
  top: 31px;
  left:54px;
  width: 263px; 
  height:auto;
}

#btnGroup{
    z-index: 99;
    top:70px;
    left:590px
}
    #cta{
        left:112px;
        width:158px;
        height:auto;
        cursor:pointer;
    }
    #badge1{
        top:70px;
        left:14px;
        width:152px;
        height:auto;
        cursor:pointer;
    }
    #badge2{
        top:69px;
        left:174px;
        width:180px;
        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: 4px;
  left:4px;
  font-size: 7px;
  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;
}
