diff --git a/static/css/home/home.css b/static/css/home/home.css
index c6580e18e240d32986a0eac6e5bac873792d0aa5..366596ed5e3cb919dab478d03dc955ef42455a84 100644
--- a/static/css/home/home.css
+++ b/static/css/home/home.css
@@ -457,6 +457,7 @@
 	bottom: 0;
 	left: 0;
 	z-index: 1;
+	overflow: hidden;
 }
 
 .content__history-mercury-movile {
@@ -467,6 +468,7 @@
 	left: 0;
 	z-index: 1;
 	display: none;
+	overflow: hidden;
 }
 
 .content__history-mercury-movile img {
@@ -480,6 +482,7 @@
 	display: flex;
 	justify-content: space-evenly;
 	background-color: black;
+	overflow: hidden;
 }
 
 .content__mercurito-capibara img {
@@ -795,6 +798,7 @@
 	flex-wrap: wrap;
 	gap: 20px;
 	padding: 5%;
+	overflow: hidden;
 }
 
 .card__product-ofert {