#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #f5f5f5;  


}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 970px;
  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;
}

.panel{
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: green;
  left:550px;
  top:20px;
  border-radius: 50%;
  background-image: url("panel.png");
  background-size: cover;
  overflow: hidden;
}

.glow{
  position: absolute;
  height: 100%;
  width: 100%;
}

.druppel1{
  position: absolute;
  left: 260px;
  top:187px;
  width: 16px;
  height: auto;
}

.druppel2{
  position: absolute;
  left: 290px;
  top:230px;
  width: 8px;
  height: auto;
}