#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #fff;  


}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
  pointer-events: none;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  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;
}


.ctaActive{
display: none;
}

.sprite{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left: 0px;
}

.endSwiped{
  opacity: 0;
}


.card{
  position: absolute;
  top:0px;
  left: 0px;
 width: 300px;
 height: 250px;


}    

.base, #scratch {
cursor: default;
height: 250px;
width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: grabbing;
}
.base {
line-height: 250px;
text-align: center;
}
#scratch {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
-webkit-touch-callout: none;
-webkit-user-select: none;
}

.bg{
position: absolute;
width: 300px;
height: 250px;
top:0px;
left: 0px;
}


#emitter {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
top: 50%;
left: 50%;
pointer-events:none;

}
.dot {
position: absolute;
background: url('flake.png');
background-size: cover;
position: absolute;
pointer-events:none;
}




.weborama-controls{
  z-index: 0 !important;
}

.skuumkoppe{
  opacity: ;
}

.clickArea{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  display: none;

}