.imageLink {
  border: 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.imageLink::before {
  background: url(/UI/icon-expand-image.svg) no-repeat 0 0;
  background-size: 36px;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
}
.imageLink:focus::before,
.imageLink:hover::before {
  background-position: -1px -1px;
  border: 1px solid #f5f7f4;
}
