.topScroll{width:50px;height:50px;position:fixed;bottom:20px;right:20px;z-index:9990;visibility:hidden;opacity:0;background:url('../images/GoUp1.png') no-repeat center;background-size:contain;box-sizing:border-box;border:0px solid #FF8D6C;border-radius:500px;transition:600ms;transform:none;filter:drop-shadow(0px 0px 0px #000000);}.topScroll.showTS{visibility:visible;opacity:1;}.topScroll.showTS:hover{background:url('../images/GoUp1.png') no-repeat center;background-size:contain;border:0px solid #AA80F9;filter:drop-shadow(0px 0px 0px #000000);transform:scale(1.18);}@media screen and (max-width:748px){.topScroll.showTS{visibility:hidden;}}