@mixin fix-fullscreen {
  position: fixed;
  z-index: $zindex-mask;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: $mask-bg;
}
