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

#link{
  width:300px;
  height:250px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#BITC{
  top: 174px;
  left: 62px;
  width: 180px;
}

#CTA{
  left: 72px;
  top: 174px;
  width: 156px;
}

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

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



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

#flip{
  left: 50px;
  top: 160px;
}


#text-1{
  left: 18px;
  top: 70px;
  width: 264px;
  height: 92px;
}

#text-2{
  left: 19px;
  top: 71px;
  width: 262px;
}


#text-3{
  left: 20px;
  top: 29px;
  width: 260px;
}



#logo{
  top:6px;
  left:104px;
  /*width:92px;*/
}

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

  #btn-link{
  position:absolute;
  top:8px;
  left:278px;
  display: block;
  width:15px;
  height:13px;
  z-index: 1000;
  display: none;
  
}

#disclaimer{
  top: 3px;
  left: 3px;
  font-size: 9px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  z-index: 100;
}

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

}

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