.block-editor {
  position: relative;
}
.block-editor .image-hover {
  position: relative;
  display: block;
  pointer-events: none;
}
.block-editor .image-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  content: ' ';
  transition: background-color 0.2s ease-in-out;
}
.block-editor .image-hover.dark:hover::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.block-editor .image-hover.light:hover::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.block-editor .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .block-editor .overlay {
    font-size: 2.4rem !important;
  }
}
/*# sourceMappingURL=/wp-content/themes/xxlreclamegroep-nieuw/assets/css/image-hover.map */