diff --git a/app/views/tokens/show.html.haml b/app/views/tokens/show.html.haml
index 7add09dca..4b9ef98c5 100644
--- a/app/views/tokens/show.html.haml
+++ b/app/views/tokens/show.html.haml
@@ -14,7 +14,7 @@
%hr
.cubbies_infographic.span-24{:style => "text-align:left;position:relative;"}
- = image_tag '/images/cubbies_screenshot2.png', :height => 452, :class => "cubbies_screenshot"
+ = image_tag '/images/cubbies_screenshot2.png', :height => 452, :width => 600, :class => "cubbies_screenshot"
= image_tag '/images/cubbies_collage.png', :class => "cubbies_collage"
.span-24.last{:style => "text-align:right;"}
diff --git a/public/images/cubbies_screenshot.png b/public/images/cubbies_screenshot.png
deleted file mode 100644
index 7dad8817e..000000000
Binary files a/public/images/cubbies_screenshot.png and /dev/null differ
diff --git a/public/images/cubbies_screenshot2.png b/public/images/cubbies_screenshot2.png
index d8347fc6c..573e88b23 100644
Binary files a/public/images/cubbies_screenshot2.png and b/public/images/cubbies_screenshot2.png differ
diff --git a/public/images/cubbies_settings.png b/public/images/cubbies_settings.png
deleted file mode 100644
index ca9bef480..000000000
Binary files a/public/images/cubbies_settings.png and /dev/null differ