.image-bundle img{
  width:200px;
  padding: 1em;
  background-color: #ffffff;
  margin: 5px 0;
  transition: .4s ease-in;
}

.image-bundle{
  text-align: center;
  height: 4%;
}

.image-bundle img:hover{
  box-shadow:0 0 5px rgba(89, 89, 89, 0.56);
  transition: .2s ease-in;
}
