{ padding:0, margin:0, list-style-type:none;}

#container{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  background-color: #c20012;
}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
}

#border {
  position: absolute;
  width: 968px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: pointer;
  top:0;
  left:0;
}

#procent{
  position: absolute;
  width: 300px;
  height: 178px;
  top: 35px;
  left: 199px;
}

#producten{
  position: absolute;
  top: 50px;
}

#product{
  position: absolute;
  top: 60px;
  left: 380px;
  width: 70px;
  height: 140px;
}


/* ///////////////////// CTA /////////////////////////////// */

#btn{
  position: absolute;
  width: 141px;
  height: 42px;
  top: 173px;
  left: 762px;
}
#arrow {
  position: absolute;
  width: 11px;
  height: 12px;
  top: 187px;
  left: 777px;
}

