.card{
  box-shadow: 0 .25rem 1rem rgba(48,55,66,.15);
  overflow: hidden;
  max-height: 25em;
}

.card:hover{
  overflow: none;
  max-height:none;
}