Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css	(revision 11857)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css	(working copy)
@@ -1650,6 +1650,24 @@
 	}
 }
 
+@media only screen and (max-width: 899px) {
+	h2.graphic{
+		height: auto;
+		width: 300px;
+		font-size: 2.0em;
+	}
+
+	#headline-inner p{
+		bottom: 133px;
+		width: 300px;
+	}
+
+	#big-demo-button{
+		font-size: 1.0em;
+		left: 10px
+	}
+}
+
 /* Shrink logo to make room for navigation */
 @media screen and ( max-width: 820px ) {
 	#header-inner h1 a {
@@ -1756,7 +1774,38 @@
 	}
 }
 
+@media only screen and (max-width: 767px) {
+	#headline-inner{
+        padding: 0;
+    }
+
+    h2.graphic{
+		top: 40px;
+		width: 200px;
+		font-size: 1.5em;
+        padding-left: 10px;
+	}
+
+	#headline-inner p{
+		width: 200px;
+        padding-left: 10px;
+	}
+}
+
 /* Mobile */
+@media only screen and (max-width: 499px) {
+	h2.graphic{
+		top: 30px;
+		width: 140px;
+		font-size: 1.3em;
+		line-height: 1.1em;
+	}
+
+	#headline-inner p{
+		bottom: 113px;
+		width: 210px;
+	}
+}
 @media only screen and (max-width: 480px) {
 	#bbpress-forums div.bbp-topic-author img.avatar,
 	#bbpress-forums div.bbp-reply-author img.avatar {
