@function vw($value) {
  @return ($value / $site-width) * 100vw;
}
