/* Feature workspace demo video (Screenshot Capture / screen monitoring) */
.feature-canvas.has-demo-video {
  background: #0b1630 !important;
}

.feature-canvas video.eh-feature-demo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border: 0;
  background: #0b1630;
  z-index: 2;
}

.feature-canvas.has-demo-video > img {
  opacity: 0;
  pointer-events: none;
}

.feature-canvas.has-demo-video .screen-scan {
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 900px) {
  .feature-canvas video.eh-feature-demo {
    object-fit: contain;
    background: #0b1630;
  }
}
