// background-size bgs-
$background-size : (
  ( vals: (
    'c': cover,
    'cn': 'contain',
  ),),
);
