#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #fff;  

}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

.ctaActive{
  display: none;
}

#ballon{
  position: absolute;
  height: 220px;
  width: 220px;
  top:10px;
  left:40px;
  overflow: hidden;
}

.ballon{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left:0px;
}

.schaduw{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left:0px;
  opacity: .5;
}

.vinger1{
  top:25px;
  left:-75px
}

.vinger2{
  top:5px;
  left:100px
}

.prijsMask{
  clip: rect(0px 300px 250px 165px);
}

.onbeperktMask{
  clip: rect(120px 300px 250px 0px);
 
}

.gratisMask{
  clip: rect(135px 300px 250px 0px);

}

#emitter {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  left: 90px;
}


.dot, .confetti {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.rollover{
  mix-blend-mode: soft-light;
  opacity: 0;
}