diff --git a/src/pages/Home/styles.sass b/src/pages/Home/styles.sass
index 2f9ae68..7ef13b5 100644
--- a/src/pages/Home/styles.sass
+++ b/src/pages/Home/styles.sass
@@ -35,6 +35,17 @@
 .bot-polly
   filter: drop-shadow(0px 0px 15px #2195f1)
 
+.sheep
+  position: absolute
+  bottom: 0
+  right: 4rem
+
+.sheepstar-img
+  position: absolute
+  bottom: 16rem
+  right: 15rem
+  height: 512px
+
 .socials
   position: absolute
   bottom: 0
@@ -46,4 +57,8 @@
   position: absolute
   bottom: 50px
   left: 20px
-  z-index: 20
\ No newline at end of file
+  z-index: 20
+
+@media screen and (max-width: 1326px)
+  .sheep-container
+    display: none
\ No newline at end of file