img {
  width: 100%;
  height: 100%;
}

.frame,
.frame img {
  transition: 0.35s;
  transform: scale(1);
  overflow: hidden;
}

a.scaling-image {
  width: 100%;
  display: inline-block;
}
a.scaling-image:hover .frame {
  transform: scale(0.9);
}
a.scaling-image:hover img {
  transform: scale(1);
}/*# sourceMappingURL=imaganimation.css.map */