img.glasses{ position: relative; top: 0px; left: 0px; z-index: 1;}
img.bad-img{ position: absolute; top: 0px; left: 0px; z-index: 3;}
.glassify{ 
  position: absolute; right: 0; bottom: 0; z-index: 4;
  width: 201px;
  height: 60px;
}
.unglassify{ 
  position: absolute; right: 0; top: -25px; z-index: 2;
  font-size: 14px;
  font-family: boxedsemibold;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-align: center; 
  background-color: rgba(255, 255, 255, 0.7);
}
.glass-adv{ 
  position: absolute; left: 0; bottom: 0; z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);  
}
.glass-wrapper{
	display: block;
	position: relative;
}

.glass-adv img, .glassify img {
border: 0;
}
