diff --git src/wp-content/themes/twentyfifteen/style.css src/wp-content/themes/twentyfifteen/style.css
index f90dfba..412e638 100644
--- src/wp-content/themes/twentyfifteen/style.css
+++ src/wp-content/themes/twentyfifteen/style.css
@@ -2619,6 +2619,7 @@ p > video {
 	}
 
 	.secondary {
+		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
 		margin: 7.6923% 7.6923% 0;
 		padding: 7.6923% 7.6923% 0;
 	}
@@ -3919,6 +3920,7 @@ p > video {
 
 	.secondary {
 		background-color: transparent;
+		box-shadow: none;
 		display: block;
 		margin: 0;
 		padding: 0;
