a[href='#top'] {
    display: none;
}

a[href='#top'].visible {
    position: fixed;
    display: block;
    bottom: 2%;
    right: 1%;
}
