diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
index e42780aee..1356c0b7c 100644
--- a/buddypress.org/public_html/wp-content/themes/bb-base/style.css
+++ b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
@@ -1650,6 +1650,12 @@ body.trac .attachment {
 	}
 }
 
+@media screen and ( max-width: 959px ) {
+	#headline-inner {
+		width: unset;
+	}
+}
+
 /* Shrink logo to make room for navigation */
 @media screen and ( max-width: 820px ) {
 	#header-inner h1 a {
@@ -1799,5 +1805,30 @@ body.trac .attachment {
 		top: 0;
 		left: 0;
 	}
+
+	h2.graphic { 
+		width: auto;
+	}
+}
+
+@media only screen and (max-width: 400px) { 
+	#big-demo-button {
+		font-size: 1.8em;
+		padding: 10px 15px;
+	}
+}
+
+@media only screen and (max-width: 357px) {
+	h2.graphic {
+		top: 30px;
+	}
+
+	#headline-inner p {
+		width: auto;
+	}
+
+	#big-demo-button {
+		font-size: 1.5em;
+	}
 }
 
