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 61f5ea0b2a..58514a1286 100644 --- a/wordpress.tv/public_html/wp-content/themes/wptv2/style.css +++ b/wordpress.tv/public_html/wp-content/themes/wptv2/style.css @@ -2076,12 +2076,11 @@ h5 { .wptv-hero .secondary-videos li { font-size: 13px; margin: 0 auto 23px; - max-width: 130px; } .wptv-hero .secondary-videos .video-thumbnail img { - width: 130px; - height: 75px; + width: 100%; + height: auto; } .wptv-hero .secondary-videos a:hover img { @@ -2512,6 +2511,11 @@ h3#comments { left: 0; position: absolute; } + + .wptv-hero .secondary-videos .video-thumbnail img { + width: 130px; + height: 75px; + } } @media screen and ( min-width: 500px ) {