.generate-back-to-top,
.generate-back-to-top:visited {
    top: 44%;  
		bottom: 50.5%;
    right: 3%;
}

@media (min-width: 768px) {
    .generate-back-to-top,
.generate-back-to-top:visited {
    top: 36%; 
		bottom: 59.5%;
    right: 3%; 
}
}

@media (max-width: 800px) and (orientation: landscape) {
    .generate-back-to-top,
.generate-back-to-top:visited {
    top: 44%; 
		bottom: 45%;
    right: 3%; 
}
}