* {
    margin:0;
}

#banner {
    width:300px;
    height:250px;
    display:block;
    overflow:hidden;
    position:relative;
    float: left;
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:rgb(0, 0, 0) 1px solid;
    background-color: #fff;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
}

.asset {
    top:0; right:0; bottom:0; left:0;
    position:absolute;
    display:none;
}

/* asset position */
#logo {
    position: absolute;
    left: 238px;
    top: 12px;
    width: 50px;
    height: 55px;
}

#hand {
    position: absolute;
    left: 144px;
    top: 250px;
}

#copy1 {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 133px;
    height: 108px;
}
  
#copy2 {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 136px;
    height: 122px;
}
  
#copy3 {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 109px;
    height: 120px;
}
  
#app_store {
    position: absolute;
    left: 15px;
    top: 159px;
    width: 92px;
    height: 35px;
}
  
#google_play {
    position: absolute;
    left: 15px;
    top: 201px;
    width: 115px;
    height: 34px;
}

#copy4 {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 108px;
    height: 102px;
  }
  
  
#cta {
    position: absolute;
    left: 15px;
    top: 140px;
    width: 121px;
    height: 28px;
} 
