#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 60%;
    line-height: 160%;
}

#back-to-top a {
    text-decoration: none;
}

#back-to-top a div {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: #141414;
    font-size: 400%;
    line-height: 69px;
    transform: rotate(270deg);
}

#back-to-top a:hover div {
    background-color: #ccc;
}

@media(min-width:1100px) {
    #back-to-top {
        bottom: 20px;
        right: 40px;
    }
}