/*honeypot spam prevention*/
#honey{display:none; }
/* these styles are for the demo, but are not required for the plugin */
.magnifying-glass {
    display:inline-block;
    position: relative;
}

/* magnifying glass icon */
.magnifying-glass:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(../img/icon.png);
}