diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index e371f51ed50bc51aed5bc3726cf2f017f8370c3e..b3259baafead04cb52d1730b42881a1d5e200011 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -261,7 +261,12 @@ header
     :-webkit-border-radius 5px
     :-moz-border-radius 5px
     :border-radius 5px
-
+    	
+    .youtube-player
+      :border none
+      :height 325px
+      :width 500px
+		 
 .from
   :font
     :family 'Helvetica neue', Arial, Helvetica, sans-serif
@@ -570,6 +575,11 @@ ul.comments
     :border
       :bottom 1px solid #ddd
 
+    .youtube-player
+      :border none
+      :height 250px
+      :width 400px
+
     .content
       :color #777
       :margin
@@ -1978,4 +1988,3 @@ h3,h4
 #edit_aspect_trigger
   :font
     :size 12px
-