@function p2w($px) {
  @return $px / $designWidth * 100 + vw;
}

@function p2h($px) {
  @return $px / $designHeight * 100 + vh;
}
