diff --git a/specimen/contexts/archive-page.html b/specimen/contexts/archive-page.html
index da594e9..9c08b89 100644
--- a/specimen/contexts/archive-page.html
+++ b/specimen/contexts/archive-page.html
@@ -1,7 +1,7 @@
-Hello World!
+Archive Page - Context
@@ -14,7 +14,7 @@
-
+
Skip to content
diff --git a/specimen/contexts/blog-index.html b/specimen/contexts/blog-index.html
index 55a0c5f..514d54c 100644
--- a/specimen/contexts/blog-index.html
+++ b/specimen/contexts/blog-index.html
@@ -1,7 +1,7 @@
-Hello World!
+Blog Index - Context
@@ -201,6 +201,7 @@ Open Access in Practice: A Conversation with Presi
+
diff --git a/specimen/contexts/blog-post.html b/specimen/contexts/blog-post.html
index 1dbc899..dccb5d3 100644
--- a/specimen/contexts/blog-post.html
+++ b/specimen/contexts/blog-post.html
@@ -1,7 +1,7 @@
-Hello World!
+Blog Post - Context
diff --git a/specimen/contexts/default-page.html b/specimen/contexts/default-page.html
index 0702051..123139c 100644
--- a/specimen/contexts/default-page.html
+++ b/specimen/contexts/default-page.html
@@ -1,7 +1,7 @@
-Hello World!
+Default Page - Context
diff --git a/specimen/contexts/home-index.html b/specimen/contexts/home-index.html
index 81e426e..627192d 100644
--- a/specimen/contexts/home-index.html
+++ b/specimen/contexts/home-index.html
@@ -1,7 +1,7 @@
-Home Index
+Home Index - Context
diff --git a/specimen/contexts/license-page.html b/specimen/contexts/license-page.html
index e2e233e..519a047 100644
--- a/specimen/contexts/license-page.html
+++ b/specimen/contexts/license-page.html
@@ -1,7 +1,7 @@
-License Page
+License Page - Context
diff --git a/specimen/contexts/person-page.html b/specimen/contexts/person-page.html
index 6c67387..ad9510e 100644
--- a/specimen/contexts/person-page.html
+++ b/specimen/contexts/person-page.html
@@ -1,7 +1,7 @@
-Hello World!
+Person Page - Context
@@ -14,7 +14,7 @@
-
+
Skip to content
diff --git a/specimen/contexts/program-index.html b/specimen/contexts/program-index.html
index c2408ad..cbfcd3a 100644
--- a/specimen/contexts/program-index.html
+++ b/specimen/contexts/program-index.html
@@ -1,7 +1,7 @@
-Program Page
+Program Index - Context
diff --git a/specimen/contexts/program-page.html b/specimen/contexts/program-page.html
index ac1697f..4c596fc 100644
--- a/specimen/contexts/program-page.html
+++ b/specimen/contexts/program-page.html
@@ -1,7 +1,7 @@
-Walkthrough Page
+Program Page - Context
diff --git a/specimen/contexts/search-index.html b/specimen/contexts/search-index.html
index 801c139..ab5a149 100644
--- a/specimen/contexts/search-index.html
+++ b/specimen/contexts/search-index.html
@@ -1,7 +1,7 @@
-Search Page
+Search Index - Context
@@ -14,7 +14,7 @@
-
+
Skip to content
diff --git a/specimen/contexts/team-index.html b/specimen/contexts/team-index.html
index 85d6e34..1d89548 100644
--- a/specimen/contexts/team-index.html
+++ b/specimen/contexts/team-index.html
@@ -1,7 +1,7 @@
-Hello World!
+Team Index - Context
@@ -14,7 +14,7 @@
-
+
Skip to content
diff --git a/specimen/contexts/walkthrough-page.html b/specimen/contexts/walkthrough-page.html
index d48c783..f3dd379 100644
--- a/specimen/contexts/walkthrough-page.html
+++ b/specimen/contexts/walkthrough-page.html
@@ -1,7 +1,7 @@
-Walkthrough Page
+Walkthrough Page - Context
diff --git a/specimen/index-logo.html b/specimen/index-logo.html
index 4747164..e7c237a 100644
--- a/specimen/index-logo.html
+++ b/specimen/index-logo.html
@@ -1,7 +1,7 @@
-Hello World!
+Index Logo - Specimen
diff --git a/specimen/product-logo.html b/specimen/product-logo.html
index c8d4df7..40bc8ab 100644
--- a/specimen/product-logo.html
+++ b/specimen/product-logo.html
@@ -1,7 +1,7 @@
-Hello World!
+Product Logo - Specimen
diff --git a/specimen/tests/grid-sidebar.html b/specimen/tests/grid-sidebar.html
index 96969dc..ef9fc2d 100644
--- a/specimen/tests/grid-sidebar.html
+++ b/specimen/tests/grid-sidebar.html
@@ -1,7 +1,7 @@
-Grid Testing
+Grid +Sidebar - Test
diff --git a/specimen/tests/grid.html b/specimen/tests/grid.html
index e453ff2..698b758 100644
--- a/specimen/tests/grid.html
+++ b/specimen/tests/grid.html
@@ -1,7 +1,7 @@
-Grid Testing
+Grid -Sidebar - Context
diff --git a/specimen/tests/kitchensink.html b/specimen/tests/kitchensink.html
index a0816ff..d169a64 100644
--- a/specimen/tests/kitchensink.html
+++ b/specimen/tests/kitchensink.html
@@ -1,7 +1,7 @@
-Kitchen Sink
+Kitchen Sink - Test
diff --git a/src/css/vocabulary.css b/src/css/vocabulary.css
index dd4d711..678fe3b 100644
--- a/src/css/vocabulary.css
+++ b/src/css/vocabulary.css
@@ -515,6 +515,10 @@ main figure {
padding: 0;
}
+main > article figure img, main > figure img {
+ width: 100%;
+}
+
main figure .attribution {
display: block;
margin-top: 1em;