
.dot{
/*  width:35px;
  height:48px;*/
  width:51px;
  height:36px;
  position:absolute;
  background: url(flyers/Stickers.jpg);
  background-size: 100% 100%;


}
.dot2{
  width:51px;
  height:36px;
  position:absolute;
  /*background: url(flyers/Stickers_red.jpg);*/
  background: url(flyers/Stickers.jpg);

  /*background: url(flyers/recto.png);*/
  background-size: 100% 100%;
}
.dot3{
width:51px;
  height:36px;
  position:absolute;
  background: url(flyers/Stickers.jpg);
  /*background: url(flyers/recto.png);*/
  background-size: 100% 100%;
}
.dot4{
width:51px;
  height:36px;
  position:absolute;
  /*background: url(flyers/Stickers_red.jpg);*/
    background: url(flyers/Stickers.jpg);

  /*background: url(flyers/recto.png);*/
  background-size: 100% 100%;
}
#container {    
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99; 
    pointer-events: none;
}

