.shell .left { position: relative; }
.shell .left > .axon-holiday-scene {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: block !important;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  background: #12345a;
}
.shell .left > .axon-holiday-scene[hidden] { display: none !important; }
.shell .left .axon-holiday-art,
.shell .left .axon-holiday-snow {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.shell .left .axon-holiday-art { object-fit: fill; }
.shell .left .axon-holiday-snow { z-index: 1; }
@media (prefers-reduced-motion: reduce) {
  .shell .left .axon-holiday-snow { display: none; }
}
