@mixin mobile () {
    @media screen and ( max-width: 639px ) {
        @content;
    }
}