@media screen and (min-width: 560px) {
  .card>li>a:before {
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    transform: translate(-16px, -16px);
  }
}