diff --git a/app/models/carousel.rb b/app/models/carousel.rb
index 55d7b62413a28fef7974af46dfa6bf0087729663..65218d532ad31840cd0742bf7380af361b1177ae 100644
--- a/app/models/carousel.rb
+++ b/app/models/carousel.rb
@@ -1,6 +1,6 @@
 class Carousel < ActiveRecord::Base
   has_attached_file :image, styles: {
-    larger: "300x300>",
+    larger: "400x500>",
     thumbnail: "100x100>"
     }, default_url: "/images/:style/missing.png"
   validates_attachment_content_type :image, content_type: /\Aimage\/.*\Z/