body {
  background:#ccc;
  padding:0;
  margin:0;
  font-family: 'Ubuntu', sans-serif;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  background-image: url("../assets/bg.png");
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #97CC36;
  background-color: #97CC36;
  margin: auto;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#BITC{
  top: 45px;
  left: 299px;
  width: 128px;
}

#CTA{
  left: 302px;
  top: 45px;
  width: 123px;
}

#bg{
  top: 0px;
  left:0px;
}

#bg-1{
  top: 0px;
  left:542px;
  position: absolute;
  width: 186px;
  height: 90px;
  background-image: url("../assets/bg.png");
  display: block;
  opacity: 0;
}

#disclaimer{
  top: 39px;
  left: 258px;
  font-size: 8px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  width: 200px;
}

#img{
  top:0px;
  left:542px;
}

#flip{
  left: 542px;
  top: -110px;
}


#text-1{
  left: 182px;
  top: 18px;
  width: 362px;
  height: auto;
}

#text-2{
  left: 142px;
  top: 18px;
  width: 450px;
  height: auto;
}


#text-3{
  left: 164px;
  top: 30px;
  width: 397px;
}



#btn{
    opacity:0;
    width:12px;
    height:auto;
  }

  #btn-link{
  position:absolute;
  top:2px;
  left:711px;
  display: block;
  width:12px;
  height:10px;
  z-index: 1000;
  display: none;
  
}

#disclaimer{
  top: 76px;
  left: 658px;
  font-size: 9px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  width: 200px;
  z-index: 1001;
}

#disclaimer > a{
  text-decoration: none;
  color: white;
  height: 20px;
  width: 200px;

}

#disclaimer > a:hover{
  text-decoration: underline;
}
