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

#link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#BITC{
  top: 25px;
  left: 128px;
  width: 62px;
}

#CTA{
  left: 129px;
  top: 25px;
  width: 60px;
}

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

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



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

#flip{
  left: 215px;
  top: -65px;
}


#text-1{
  left: 74px;
  top: 12px;
  width: 170px;
  height: auto;
}

#text-2{
  left: 47px;
  top: 12px;
  width: 225px;
}


#text-3{
  left: 63px;
  top: 10px;
  width: 194px;
}



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

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

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

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

}

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