/*
 Scroll to top button position
*/

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}