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

#main-container {

  width: 728px;
  height: 90px;
  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, #text2{
  position: absolute;
  top: 26px;
  left: 14px;
  width: 700px;
  height: 150px;
  white-space:nowrap;
  font-size: 38px;
  line-height: 0px;
  letter-spacing:0.3px;
  font-family: font_1;
  color: #00142e;
  text-align: left;
 
  /* background-color:red; */
}

#text2{
    top: 45px;
    font-size: 11px;
    letter-spacing:-0.2px;
    line-height: 14px;
    font-family: font_2;
    color: #583712;
}

#text2_smaller{
    font-size: 80%;
    line-height: 10px;
    letter-spacing:0px;
    color:inherit;
  }


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

#cta{
    z-index: 99;
    top:48px;
    left:602px;
    width:84px;
    height:auto;
    cursor:pointer;
}

#playerContainer{
    left: 0px;;
    height:inherit;
    width:inherit;
  }
#logo{
  top: 29px;
  left:450px;
  width: 102px; 
  height:auto;
}

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


