.shadow-transition {
  box-shadow:  0 25px 45px rgba($gray-900, .075);
  transition: box-shadow 0.4s ease;
}