body, html{
  margin:0px;
  padding:0px;
}

.container{
  position: absolute;
  width : 300px;
  height: 250px;
  background-color: #fff;
  overflow: hidden;
}

#logo {
  position:absolute;
  bottom: 10px;
  right: 13px;
}

#logo_white {
  position:absolute;
  bottom: 10px;
  right: 13px;
}

.images, .usp{
  position:absolute;
  width:300px;
  height:250px;
}


.button {
  position: absolute;
  width:162px;
  height:42px;
  left:67px;
  top:156px;
  box-sizing: border-box;
}
.button img{
  margin-top:12px;
  margin-left:10px;
}

#buttonPink{
  border: 1px solid #e898a9;
  background-color: #fff;
}

.buttonShadow{
-webkit-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
-moz-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.87);
}

.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;
}
