/* Y4H Smoke Background v1.1.0 */
#y4h-bg-stack{
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

#y4h-bg-stack .y4h-bg-layer,
#y4h-bg-stack .y4h-bg-video{
  width: 100%;
  height: 100%;
}

#y4h-bg-stack .y4h-bg-layer{
  position: absolute;
  inset: 0;
}

#y4h-bg-stack .y4h-bg-video{
  display: block;
  object-fit: cover;
}

#y4h-flames-bg .y4h-bg-video{
  filter: saturate(1.1) contrast(1.02);
}

#y4h-smoke-bg .y4h-bg-video{
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce){
  #y4h-bg-stack{ display:none !important; }
}
