/* bi ovverride */
body .card:after {
  display: none;
}


/* stretch link all over the card */
body .card.full-link-card a.read-more {
  position: static;
  bottom: 0;
}

body .card.full-link-card a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
