diff --git a/experiences/cmas-snowglobe/config.json b/experiences/cmas-snowglobe/config.json
new file mode 100644
index 0000000..9ab9c4b
--- /dev/null
+++ b/experiences/cmas-snowglobe/config.json
@@ -0,0 +1,9 @@
+{
+ "id": "cmas-snowglobe",
+ "type": "web",
+ "title": "Christmas cheer",
+ "description": "Have a wonderful Christmas!",
+ "layout": "full",
+ "lifetime": 240,
+ "queueable": true
+}
diff --git a/experiences/cmas-snowglobe/thumb.jpg b/experiences/cmas-snowglobe/thumb.jpg
new file mode 100644
index 0000000..c501c57
Binary files /dev/null and b/experiences/cmas-snowglobe/thumb.jpg differ
diff --git a/experiences/cmas-snowglobe/web/index.html b/experiences/cmas-snowglobe/web/index.html
new file mode 100644
index 0000000..0340954
--- /dev/null
+++ b/experiences/cmas-snowglobe/web/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+ Merry Christmas!
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/experiences/cmas-snowglobe/web/mc2.png b/experiences/cmas-snowglobe/web/mc2.png
new file mode 100644
index 0000000..89e97d9
Binary files /dev/null and b/experiences/cmas-snowglobe/web/mc2.png differ
diff --git a/experiences/cmas-snowglobe/web/style.css b/experiences/cmas-snowglobe/web/style.css
new file mode 100644
index 0000000..df986fd
--- /dev/null
+++ b/experiences/cmas-snowglobe/web/style.css
@@ -0,0 +1,44 @@
+
+html {
+ width: 2736px;
+ height: 1216px;
+ background: #444444;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+ width: 2736px;
+ height: 1216px;
+ background: #444444;
+
+}
+
+div#shift {
+ width: 2736px;
+ height: 1216px;
+ position: absolute;
+ left:0px;
+ top:-200px;
+}
+
+div#mc {
+ position: absolute;
+ left:1350px;
+ top:0px;
+ width:1200px;
+ height:1200px;
+ background-size: 1200px 1200px;
+ background-image: url("mc2.png");
+}
+
+.video-container {
+ height: 1216px;
+ width: 2736px;
+ overflow: hidden;
+ position: absolute;
+}
+
+.video-container video {
+ transform: translateY(-10%);
+}
diff --git a/experiences/cmas-snowglobe/wide.jpg b/experiences/cmas-snowglobe/wide.jpg
new file mode 100644
index 0000000..9f5a4b1
Binary files /dev/null and b/experiences/cmas-snowglobe/wide.jpg differ
diff --git a/folders.toml b/folders.toml
index 99d0ba4..db0a5ef 100644
--- a/folders.toml
+++ b/folders.toml
@@ -36,6 +36,13 @@ tags = [ "cpms50" ]
featured = "cpms50"
visible = true
+[christmas]
+title = "Christmas"
+description = "Christmas"
+tags = [ "christmas" ]
+featured = "cmas-snowglobe"
+visible = true
+
[lds]
title = "Temple Photo Op"
description = "LDS-themed experiences"
diff --git a/tags.toml b/tags.toml
index 4d1a18b..ce8cb27 100644
--- a/tags.toml
+++ b/tags.toml
@@ -52,10 +52,15 @@ experiences = [
"photo-op"
]
+[christmas]
+title = "Christmas"
+experiences = [ "cmas-snowglobe" ]
+
[cpms50]
title = "CPMS is 50"
experiences = [ "cpms50" ]
+
[lds]
title = "LDS-themed experiences"
experiences = [