diff --git a/catalog/templates/_item_card.html b/catalog/templates/_item_card.html
index 74d9ae3b..23e49963 100644
--- a/catalog/templates/_item_card.html
+++ b/catalog/templates/_item_card.html
@@ -2,23 +2,26 @@
{% load duration %}
{% if allow_embed and item.get_embed_link %}
-
- {{ item.title }}
-
- {% if not hide_category %}[{{ item.category.label }}]{% endif %}
-
- {% for res in item.external_resources.all %}
- {{ res.site_label }}
- {% endfor %}
-
-
-
+
+
+ {{ item.title }}
+
+ {% if not hide_category %}[{{ item.category.label }}]{% endif %}
+
+ {% for res in item.external_resources.all %}
+ {{ res.site_label }}
+ {% endfor %}
+
+
+
+
+ style="width:100%;
+ height:120px;
+ margin-top:0.5em">
{% else %}