Index: style.css
===================================================================
--- style.css	(revision 12293)
+++ style.css	(working copy)
@@ -2500,7 +2500,7 @@
 /* Media Queries
 ============================================================= */
 
-@media screen and ( min-width: 415px ) {
+@media screen and ( min-width: 400px ) {
 	.wptv-hero .secondary-videos li {
 		max-width: initial;
 		min-height: 75px;
@@ -2712,4 +2712,14 @@
 	.entry .contact-form textarea {
 		width: 98%;
 	}
+
+	.wptv-hero .secondary-videos li {
+		max-width: 100%
+	}
+
+	.wptv-hero .secondary-videos .video-thumbnail img {
+		width: 100%;
+		height: auto;
+	}
+
 }
