diff --git a/Dockerfile b/Dockerfile
index 8c14dab5d92953390710007630d41f9519800742..17e735232f80890da6b5b2b65db1b33c152c9765 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ RUN rm -rf ./node_modules
 
 
 RUN npm i
-RUN npm run build-aot
+RUN npm run build
 RUN npm run build-storybook
 
 # gzipping container
diff --git a/src/extra_styles.css b/src/extra_styles.css
index 14784d9e727f9040f7f8829db249c9879f9b6c77..a85cfbe825e0d260d99818e059a0927de8ce922a 100644
--- a/src/extra_styles.css
+++ b/src/extra_styles.css
@@ -871,3 +871,8 @@ sxplr-sapiviews-features-receptor-autoradiograph canvas
   max-width: 100%;
   max-height: 100%;
 }
+
+how-to-cite img
+{
+  width: 100%;
+}
diff --git a/src/ui/help/howToCite/howToCite.style.css b/src/ui/help/howToCite/howToCite.style.css
index be8e9d87a469b5adc6608260adcbf1780f45206b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/src/ui/help/howToCite/howToCite.style.css
+++ b/src/ui/help/howToCite/howToCite.style.css
@@ -1,4 +0,0 @@
-:host >>> img
-{
-  width: 100%;
-}
\ No newline at end of file