#banner{
  position: absolute;
  width: 320px;
  height: 100px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 320px;
  height: 100px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 320px;
  height: 100px;
  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;
    top: 20px;
    right: 15px;
    height: 26px;
    width: auto;

}

.phoneWrapper{
  position: absolute;
  top: 0px;
  right: 130px;
  width:91px;
  height: 150px;
}

.phone{
  position: absolute;
  top:0px;
  left: 0px;
  width:91px;
  height: 150px;
}

.screenWrapper{
  position: absolute;
  top:20px;
  left: 14px;
  width:37px;
  height: 80px;
  border-radius: 2px;
  overflow: hidden;
}

.screen{
  position: absolute;
  top:0px;
  left: 0px;
  width:37px;
  height: 80px;
  border-radius: 2px;  
}