#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  opacity:0;
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
}


#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.button{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 9999;
}

#buttonActive{
  display: none;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
#bgPhoneWrapper{
  position: absolute;
  width: 222px;
  height: 420px;
  top: 57px;
  left: 40px;
  overflow: hidden;
}

#bgPhone{
  position: absolute;
  top: -57px;
  left: -40px;

}

