#back-to-top {
    bottom: 170px;
}
@media only screen and (max-width: 767px) {
#back-to-top {
    bottom: 100px;
}
}