diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
old mode 100644
new mode 100755
diff --git a/css/style.css b/css/style.css
old mode 100644
new mode 100755
index f65eb16..a5a2466
--- a/css/style.css
+++ b/css/style.css
@@ -2,15 +2,28 @@ body {
padding-top: 40px;
}
-#rotator {
- background: #dddddd;
- width: 960px;
- height: 627px;
- overflow: hidden;
+#outside {
cursor: pointer;
+ z-index:10;
+ position:relative;
+}
+
+#rotator {
+ background: #ffffff;
+ // 90vh is 90% of viewer height: http://stackoverflow.com/a/16837667/2152245
+ height:80vh;
+ width:auto;
+ //overflow: hidden;
+ cursor: pointer;
+ z-index:0;
+ position: absolute;
+ left: 0px;
+ top: 0px;
}
#rotator img {
display: block;
+ max-height:80vh;
+ width:auto;
margin: 0;
-}
\ No newline at end of file
+}
diff --git a/views/base.html.twig b/views/base.html.twig
old mode 100644
new mode 100755
diff --git a/views/change.html.twig b/views/change.html.twig
old mode 100644
new mode 100755
index c9e29ac..b688c6e
--- a/views/change.html.twig
+++ b/views/change.html.twig
@@ -2,15 +2,19 @@
{% block content %}
Change blindness test (step {{ step_count }} of 3)
+ Change blindness test (step {{ step_count }} of {{ step_total }})
Please wait while the images are loaded.