diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/style.css b/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
index 61f5ea0b2..e0e0c0425 100644
--- a/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
+++ b/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
@@ -2712,4 +2712,32 @@ h3#comments {
 	.entry .contact-form textarea {
 		width: 98%;
 	}
+		
+	.wptv-hero .secondary-videos ul, .video-list {
+		display: flex;
+		flex-wrap: wrap;
+		justify-content: space-between;
+	}
+
+	.wptv-hero .secondary-videos li, .video-list li {
+		flex-basis: 48%;
+		max-width: 100%;
+		margin: 0;
+		margin-bottom: 15px;
+		padding: 0;
+	}
+
+	.wptv-hero .secondary-videos li .video-thumbnail, .wptv-hero .secondary-videos li .video-title, .video-list li .video-thumbnail, .video-list li .video-title {
+		display: block;
+	}
+
+	.wptv-hero .secondary-videos li .video-thumbnail img, .video-list li .video-thumbnail img {
+		width: 100%;
+		height: auto;
+		min-height: auto;
+	}
+	.video-list:after {
+		content: unset;
+	}
+
 }
