.wx-wrapper{
  position: relative;
  img{
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    max-width: inherit;
    top: 0;
    left: 120%;
  }
  a:hover + img{
    display: block;
  }
}