input[type='submit'] { @extend .button, .text-xsmall, .text-bold, .text-uppercase, .reversed, .color-secondary, .bordered; height: auto; position: fixed; bottom: 1em; left: 10%; white-space: normal; width: 80%; z-index: 1; @media($large) { position: unset; bottom: unset; white-space: unset; left: unset; width: unset; z-index: unset; float: right; margin-top: 10px; } }