#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #9cd1bc;  

}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #9cd1bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.border2 {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top:0px;
  left:0px;
}


.button{
  position: absolute;
  bottom: 6px;
  right: 6px;
  height: 31px;
  width: auto;
}


.circleWrapper, .circleWrapper2{
  position: absolute;
  width: 220px;
  height: 220px;
  left:0px;
  top: 40px;
  border-radius: 50%;
}


.masked{
  background-color: white;
  overflow: hidden;
}

.meisje{
  position: absolute;
  width: 104%;
  height: 104%;
  left:-2%;
  top:4%;

}

.schaduw{
  position: absolute;
  width: 100%;
  height: 100%;
}

.duim{
  position: absolute;
  width: 120%;
  height: 120%;
  left:-18%;
  top:-12%;
}

.statiegeldLogo{
  position: absolute;
  left:-5%;
  top:-5%;
  width: 110%;
  height: 110%;
}

.flesWrapper{
  position: absolute;
  width: 260px;
  height: 83px;
  bottom: 55px;
  left:20px;
  overflow: hidden;

}

.fles{
  position: absolute;
  width: 100%;
  height: 100%;
}