body, html{
  margin:0px;
  padding:0px;
}

.container{
  position: absolute;
  width : 300px;
  height: 250px;
  background-color: #fff;
  overflow: hidden;
}

.images, .usp{
  position:absolute;
  width:300px;
  height:250px;
}


.button {
  position: absolute;
  width:162px;
  height:42px;
  left:60px;
  top:156px;
  box-sizing: border-box;
}
.button img{
  margin-top:12px;
  margin-left:10px;
}

#buttonPink{
  border: 1px solid #e898a9;
  background-color: #fff;
}


.clicktag{
  position: absolute;
  width:100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 9999;

}

.overlay{
  position: absolute;
  width:100%;
  height: 100%;
 background-color: #fff;
 z-index: 9999;

}

.panel{
  position: absolute;
left:147px;
top:20px;
}
.white{
position: absolute;
 width:100%;;
 height: 100%;
 background-color:#fff;

}

.panelFront, .panelBack{
  position: absolute;
}
.panelFront{
/*  top:-10px;*/
}

#textGel2{
  top: 98px;
}
