.acf-fc-row > .acf-fc-background-image {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.acf-fc-row.no-gap-before > .acf-fc-background-image {
  top: 0;
}
.acf-fc-row.small-gap-before > .acf-fc-background-image {
  top: -25px;
}
.acf-fc-row.normal-gap-before > .acf-fc-background-image {
  top: -50px;
}
.acf-fc-row.large-gap-before > .acf-fc-background-image {
  top: -75px;
}
.acf-fc-row.xlarge-gap-before > .acf-fc-background-image {
  top: -100px;
}
