the element is positioned relative to the browser window (and will stay fixed on scrolling).
CSS: position: fixed; width: 100px; height: 100px; background: red; left: 25vw;