.desktop .contentPicture a picture {
  overflow: hidden;
}
.desktop .contentPicture a picture img {
  transition: transform 0.2s;
}
.desktop .contentPicture a:hover picture img {
  transform: scale(1.1);
}/*# sourceMappingURL=contentPicture.css.map */