Index: wordpress.tv/public_html/wp-content/themes/wptv2/style.css
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(revision 11731)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(working copy)
@@ -2500,6 +2500,16 @@
 /* Media Queries
 ============================================================= */
 
+@media screen and ( max-width: 415px ) {
+	.wptv-hero .secondary-videos li {
+		max-width: 100%;
+	}
+	.wptv-hero .secondary-videos .video-thumbnail img {
+		width: 100%;
+		height: auto;
+	}
+}
+
 @media screen and ( min-width: 415px ) {
 	.wptv-hero .secondary-videos li {
 		max-width: initial;
