.back-to-top-wrapper {
position: absolute;
top: 200vh;
right: -5rem;
bottom: 5rem;
pointer-events: none;
z-index: 100;
& .back-to-top-link {
position: fixed;
position: sticky;
pointer-events: all;
top: calc(100vh - 5rem);
display: inline-block;
height: 4rem;
width: 4rem;
text-align: center;
}
}