Switch to side-by-side view

--- a/compass/css/style.css
+++ b/compass/css/style.css
@@ -1,15 +1,9 @@
 /* Put your CSS here */
-html{
-	height: 100%;
-}
-
 body{
 	padding-top: 70px;
 	padding-bottom: 90px;
 	font-size: 16px;
 	line-height: 24px;
-	height: 100%;
-	/*color:#18b3b6;*/
 	color: #29315e;
 }
 
@@ -75,11 +69,6 @@
 	font-size: .8em;
 }
 
-.character img{
-	max-height: 80%;
-	margin-top: 30px;
-}
-
 .btn-primary{
 background-color: #29315e;
 border: none;
@@ -120,11 +109,21 @@
 	text-transform:lowercase;
 }
 
-.character .img-responsive{
-	max-height: 450px;
-}
-
 .faq{
 	list-style: none;
 	padding-bottom: 70px;
-}+}
+
+.character img{
+	width: 60%;
+	height:auto;
+	margin: 0 auto;
+}
+
+@media only screen and (max-device-width: 480px) {
+
+	.character{
+		height: 300px;
+	}
+
+	}