.backtotop {
    padding:20px
}

/*@media (min-width: 769px) {
    .backtotop {
        position: absolute;
        right: calc(10% - 20px);
        bottom:60px
    }
}*/

@media (min-width: 769px) {
    .backtotop {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 768px) {
    .backtotop {
        margin-bottom: 10px
    }
}
