.layout-background-image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.layout-background-image-wrapper.dask::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
