#banner{
  position: absolute;
  width: 320px;
  height: 240px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 320px;
  height: 240px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 320px;
  height: 240px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}


.button{
  position: absolute;
  bottom:8px;
  right:10px;
  height: 30px;
  width: auto;
}

.phoneWrapper{
  position: absolute;
  top: -20px;
  right: -40px;
  width:194px;
  height: 321px;
}

.phone{
  position: absolute;
  top:0px;
  left: 0px;
  width:194px;
  height: 321px;
}

.screenWrapper{
  position: absolute;
  top:40px;
  left: 30px;
  width:78px;
  height: 167px;
  border-radius: 10px;
  overflow: hidden;
}

.screen{
  position: absolute;
  top:0px;
  left: 0px;
  width:78px;
  height: 167px;
  border-radius: 10px;  
}