* {
    margin:0;
}
#banner {
    width:970px;
    height:250px;
    display:block;
    overflow:hidden;
    position:relative;
    background:black;
    cursor:pointer;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:#7e7e7e 1px solid;
}
.asset {
    top:0; right:0; bottom:0; left:0;
    position:absolute;
    display: none;
}

/*Frame 1*/
#bg{
  left: 0px;
  top: 0px;
  width:970px;
  height:250px;
  display:block;
}
#headline-copy {
  width: 220px;
  left: 286px;
  top: 41px;
  position: absolute;
}

#disclaimer {
  left:284px;
  top:216px;
}

#logo {
  left:39px;
  top:99px;
  width:140px;
  display: block;
}
#copy2{
  left:284px;
  top:120px;
}
#cta-btn {
  left:704px;
  top:100px;
  cursor: pointer;
  width:189px;
  height:50px;
}
#cta {
  display: block;
}