diff --git a/styles/elements.scss b/styles/elements.scss
index 4e09499e51481e97b6b2acceb4f2a6875e141a09..d612cd55fb4ce20a6a41b76577c345147a79a8a2 100644
--- a/styles/elements.scss
+++ b/styles/elements.scss
@@ -18,7 +18,6 @@
     &.red {
         color: white;
         background-color: var(--accent);
-        //border: 3px solid white;
         &:hover {background-color: #FF5961;}
         &:active {background-color: #CC474E;}
     }
@@ -26,15 +25,4 @@
     &.border {
         border: 3px solid white;
     }
-}
-
-@media only screen and (max-width: 1280px) {
-    .button {
-        height: 45px;
-        display: flex;
-        font-size: 16px;
-        align-items: center;
-        border-radius: 90px;
-        padding: 0.5rem 1.5rem;
-    }
-}
+}
\ No newline at end of file