
.zoom {
  display: inline-block;
  position: relative; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://raw.github.com/jackmoore/zoom/master/icon.png); }

.zoom img {
  display: block; }

.zoom img::-moz-selection {
  background-color: transparent; }

.zoom img::selection {
  background-color: transparent; }

#ex1 {
  margin-right: 5px; }

#ex2 {
  margin-right: 5px; }


#ex1 span, #ex2 span {
  position: absolute;
  top: 3px;
  right: 28px;
  color: #555;
  font: bold 13px/1 sans-serif; }