.christmasContainer{z-index:99;width:100%;height:0;position:fixed;top:0;left:0}.snowfall-container{background:0 0;width:100%;height:0;position:relative}.snowflake{color:#fff;opacity:.8;animation:linear infinite fall,ease-in-out infinite sway;position:absolute;top:-10px}@keyframes fall{0%{top:-10px}to{top:100vh}}@keyframes sway{0%,to{transform:translate(0)}50%{transform:translate(15px)}}
.santa-container{z-index:99;width:100%;height:0;position:fixed;bottom:100px;left:0}.santa-container>marquee{border:solid green;height:100px;position:absolute}.santa-container>video{width:150px;height:50px;animation:10s linear infinite santa;position:absolute;top:50px}@keyframes santa{0%{left:0%}to{left:100%}}
