@mixin respond-medium {
    @media (max-width: 900px) { @content }
  }