.forfatter-sektion::before {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -100px;
  width: 700px;
  height: 700px;
  background-image: url("https://maerkbartlederskab.dk/wp-content/uploads/2026/02/fingerprint.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.forfatter-sektion {
  position: relative;
}

@media (max-width: 768px) {
  .forfatter-sektion::before {
    display: none;
  }
}