Index: public_html/wp-content/themes/wptv2/style.css
===================================================================
--- public_html/wp-content/themes/wptv2/style.css	(revision 12333)
+++ public_html/wp-content/themes/wptv2/style.css	(working copy)
@@ -2708,6 +2708,19 @@
 	}
 }
 
+@media screen and ( max-width:414px) {
+	.category .secondary-videos li {
+		margin: 0 auto 20px 0;
+	}
+	.wptv-hero .secondary-videos li{
+		max-width: 100%;
+	}
+	.wptv-hero .secondary-videos .video-thumbnail img {
+		width: 100%;
+		height: auto;
+	}
+}
+
 @media screen and ( max-width:400px ) {
 	.entry .contact-form textarea {
 		width: 98%;
