diff --git a/assets/uploads/2013/10/BannerFamilyFed_23_10c1.webp b/assets/uploads/2013/10/BannerFamilyFed_23_10c1.webp
new file mode 100644
index 00000000..74f0999f
Binary files /dev/null and b/assets/uploads/2013/10/BannerFamilyFed_23_10c1.webp differ
diff --git a/assets/uploads/2013/10/DP-Screenshot-336.webp b/assets/uploads/2013/10/DP-Screenshot-336.webp
new file mode 100644
index 00000000..25138bdf
Binary files /dev/null and b/assets/uploads/2013/10/DP-Screenshot-336.webp differ
diff --git a/assets/uploads/2013/10/DP-Screenshot-672.webp b/assets/uploads/2013/10/DP-Screenshot-672.webp
new file mode 100644
index 00000000..21b614bf
Binary files /dev/null and b/assets/uploads/2013/10/DP-Screenshot-672.webp differ
diff --git a/assets/uploads/2013/10/True_Parents-336.webp b/assets/uploads/2013/10/True_Parents-336.webp
new file mode 100644
index 00000000..889bab47
Binary files /dev/null and b/assets/uploads/2013/10/True_Parents-336.webp differ
diff --git a/assets/uploads/2013/10/True_Parents-483.webp b/assets/uploads/2013/10/True_Parents-483.webp
new file mode 100644
index 00000000..a68713c5
Binary files /dev/null and b/assets/uploads/2013/10/True_Parents-483.webp differ
diff --git a/assets/uploads/2013/10/UPF-Prayer-Evening-336.webp b/assets/uploads/2013/10/UPF-Prayer-Evening-336.webp
new file mode 100644
index 00000000..1e51e25d
Binary files /dev/null and b/assets/uploads/2013/10/UPF-Prayer-Evening-336.webp differ
diff --git a/assets/uploads/2013/10/UPF-Prayer-Evening-656.webp b/assets/uploads/2013/10/UPF-Prayer-Evening-656.webp
new file mode 100644
index 00000000..b594c0ac
Binary files /dev/null and b/assets/uploads/2013/10/UPF-Prayer-Evening-656.webp differ
diff --git a/css/site.css b/css/site.css
index c0d09120..90c9e7dd 100644
--- a/css/site.css
+++ b/css/site.css
@@ -7,6 +7,21 @@ body.custom-background { background-color: #ffffff; }
max-width: 100%; /* Prevent the image from exceeding container width */
}
+#branding > picture {
+ display: block;
+}
+
+#branding > picture + #header-container {
+ position: absolute;
+ inset: 0;
+ height: 100%;
+}
+
+.column-image picture {
+ display: block;
+ width: 100%;
+}
+
/* Mobile-specific fix for the header image */
@media (max-width: 768px) {
#bg_image {
diff --git a/src/components/SiteLayout.astro b/src/components/SiteLayout.astro
index 0702802e..9fc78b0c 100644
--- a/src/components/SiteLayout.astro
+++ b/src/components/SiteLayout.astro
@@ -45,15 +45,16 @@ const metaTitle = title
-
+
+
-
+
{plausibleDomain && }
@@ -69,7 +70,10 @@ const metaTitle = title