@function convert-px-to-em($px, $basePx, $fixed: 5) {
  @return #{str_slice(#{$px / $basePx}, 1, $fixed)}em;
}
