diff --git a/html/search.ejs b/html/search.ejs
index d4dc563f..64f68726 100644
--- a/html/search.ejs
+++ b/html/search.ejs
@@ -529,42 +529,74 @@ font-weight: 1000;">You are not alone
<% if (!tab) { %>
-
- <% invresults.forEach (x => { %>
-
-
+
+
+<% invresults.forEach (x => { %>
+
-
<%=turntomins(x.lengthSeconds) %>
-
+ style="background-image: url('<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 10px;">
+
Watch
+
<%= turntomins(x.lengthSeconds) %>
+
+
<%= x.title %>
+font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><%= x.title %>
-
-
-
-
-
-
+
+<% }) %>
- <% }) %>