@mixin backgroundImage($r, $s, $p) {
    background-repeat: $r;
    background-size: $s;
    background-position: $p;
}
