diff --git a/batiskaf/templates/jinja2/category.jinja b/batiskaf/templates/jinja2/category.jinja
index 5e91746..b43e0a2 100644
--- a/batiskaf/templates/jinja2/category.jinja
+++ b/batiskaf/templates/jinja2/category.jinja
@@ -92,7 +92,7 @@
{% set im = product.main_image()|thumbnail("420x420") %}

+ class="img-responsive" alt="Купить {{ product.title }}" title="Купить {{ product.title }}">
diff --git a/batiskaf/templates/jinja2/index.jinja b/batiskaf/templates/jinja2/index.jinja
index e66bd39..e0a7c03 100644
--- a/batiskaf/templates/jinja2/index.jinja
+++ b/batiskaf/templates/jinja2/index.jinja
@@ -39,7 +39,7 @@
{% set im = product.main_image()|thumbnail("420x420") %}

+ class="img-responsive" alt="Купить {{ product.title }}" title="Купить {{ product.title }}">