.compendium2024.dnd5e.expansion-31421 {
  --system-image-url: url("https://storage.googleapis.com/roll20-cdn/production/enhanced-character-vault/assets/everything-for-adventures-dnd-2024-a6955fbd.png");
}
.compendium2024.dnd5e.expansion-31421 .compendium2024__body {
  z-index: 0;
  background-image: var(--system-image-url);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
}
.compendium2024.dnd5e.expansion-31421 .compendium2024__body::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: -1;
  background: var(--bg-image-mask);
}
