Index: style.css
===================================================================
--- style.css	(revision 12293)
+++ style.css	(working copy)
@@ -2686,6 +2686,14 @@
 	}
 }
 
+@media screen and ( max-width:690px ) {
+	.video-list li {
+		flex: 30%;
+		margin-bottom: 20px;
+		padding: 0 5px;
+	}
+}
+
 @media screen and ( max-width:620px ) {
 	.dot {
 		display: none;
@@ -2712,4 +2720,10 @@
 	.entry .contact-form textarea {
 		width: 98%;
 	}
+
+	.video-list li {
+		flex: 45%;
+		margin-bottom: 20px;
+		padding: 0 5px;
+	}
 }
