/* Cover overlay for any featured image */
.acl-fip-wrap {
  line-height: 0;
  display: inline-block;
  position: relative;
}
.acl-fip-wrap > img {
  display: block;
}
.acl-fip-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}