
#y4h-flames-wrap{
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
#y4h-flames-video{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  mix-blend-mode: screen;
  opacity: 0.4;
  filter: saturate(1.2) contrast(1.05);
}
