@function vh($percent) {
  @return calc(var(--vh, 1vh) * #{$percent});
}
