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

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

#banner {
  background-image: url("../assets/bg.png");
  overflow:hidden;
  position:relative;
  width:970px;
  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: 85px;
  left: 506px;
  width: 342px;
}

#CTA{
  left: 506px;
  top: 85px;
  width: 328px;
}

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

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



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

#flip{
  left: 660px;
  top: -210px;
}


#text-1{
  left: 312px;
  top: 35px;
  width: 344px;
  height: auto;
}

#text-2{
  left: 245px;
  top: 35px;
  width: 478px;
  height: auto;
}


#text-3{
  left: 313px;
  top: 35px;
  width: 342px;
}



#btn{
    opacity:1;
    width:15px;
    height: 13px;
    height:auto;

    
  }


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

#disclaimer{
  top: 230px;
  left: 888px;
  font-size: 10px;
  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;
}
