a.highslide {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  a.highslide:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    content: '';
    background: url(zoom2.svg) 50%/40px no-repeat rgba(0, 0, 0, 0.5); }
