
  .hotspot-wrapper:hover img {
    -webkit-transform:scale(1.3);
     transform:scale(1.3);
     background-color: blue;
  }

