/* ETM Studio site overrides.
   One place for design changes made after the migration, so we never edit the
   generated Elementor cache files. Loaded last, after everything else. */

/* About page, the statistics band (20+ / 80+ / 180+).
   The stock photo of an unrelated person is gone. This is the studio session
   image, seen from behind, black and white, with the real ETM Analyzer
   composited onto the monitor in correct perspective. The plugin stays in
   colour against the monochrome room, so the tool is what draws the eye.

   The photo is already very dark, so the dark overlay Elementor paints over it
   is dialled down from 0.5 to 0.25. Without that the image reads as a black
   rectangle.

   To bring the plugin back in colour, switch the file name to
   etm-studio-session-analyzer.jpg */
.elementor-40221 .elementor-element.elementor-element-6da0236 {
  --overlay-opacity: 0.25;
}

.elementor-40221 .elementor-element.elementor-element-6da0236:not(.elementor-motion-effects-element-type-background),
.elementor-40221 .elementor-element.elementor-element-6da0236 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url(/media/etm-studio-session-analyzer-mono.jpg);
  background-position: center 45%;
  background-size: cover;
}
