.hover-scale picture {
  overflow: hidden;
}
a.hover-scale img {
  transition: all var(--d-transition-base);
  background-color:var(--color-grey);
}
a.hover-scale:hover img,
a.hover-scale:focus img {
  transform: scale(1.1);
  opacity: 0.5;
}