@media (max-width: 549px) {
  #hp-candles {
    mix-blend-mode: screen;
  }

  body.intro-candles-in #hp-candles {
    opacity: 0.78;
  }

  .hp-c-mobile {
    filter: saturate(0.9);
  }

  .hp-c-mobile .hp-g {
    opacity: 0.82;
  }

  .hp-c-mobile .hp-w {
    box-shadow:
      inset -3px 0 7px rgba(0,0,0,0.18),
      inset  1px 0 4px rgba(255,255,255,0.08),
      inset  0 -6px 9px rgba(0,0,0,0.12);
  }

  #hp-toggle {
    right: 10px;
    bottom: 10px;
    width: 52px;
    height: 52px;
  }
}
