.card {
  &.shiftUpOnHover {
    &:hover {
      margin-top: -25px;
    }
  }
}
