.dynamic-img img {
  transition: 0.6s;
  z-index: 99;
}
.dynamic-img img:hover {
  transform: scale(1.1);
}
