#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;
}


.cta{

}

.ctaActive{
  display: none;
}



.rookWrapper{
  position: absolute;
  left: 708px;
  top: 62px;
  width: 4px;
  height: 4px;

}

.rookWrapper2{
  position: absolute;
  left: 55px;
  top: 70px;
  width: 4px;
  height: 4px;

}

.rook{
  position: absolute;
  top:0px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

/* .stroopwafel{
  margin-left: -80px;
}

.appeltaart{
  margin-left: 80px;
} */

.confettiContainer{
  position: absolute;
  right: 0px;
  top:0px;
  width: 300px;
  height: 1500px;

}

.dot, .confetti {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
