* {
    margin:0;
}
#banner {
    width:300px;
    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{
  width:300px;
  height:250px;
  left: 0px;
  top: 0px;
  display:block;
}
#frame-1 {
  display: block;
  background: black;
  width:300px;
  height: 250px;
}
#headline-copy {
  width: 220px;
  left: 60px;
  top: 38px;
  position: absolute;
}

#copy1-1 {
  left:52px;
  top:64px;
}
#copy1-2 {
  left:45px;
  top:95px;
}
#copy1-3 {
  left:63px;
  top:111px;
}
#copy1-4 {
  left:80px;
  top:127px;
}
#copy1-5 {
  left:63px;
  top:158px;
}
#copy1-6 {
  left:77px;
  top:173px;
}
#disclaimer {
  left:117px;
  top:218px;
}

#logo {
  left:102px;
  top:95px;
  width:95px;
}
#copy2{
  left:66px;
  top:142px;
}
#cta-btn {
  left:82px;
  top:187px;
  cursor: pointer;
  width:135px;
  height:36px;
}
#cta {
  display: block;
}