.topScroll{width:60px;height:54px;position:fixed;bottom:30px;right:30px;z-index:99999;visibility:visible;opacity:1;background:url('../images/arrow-up-c.png') no-repeat center;background-size:contain;box-sizing:border-box;border:0px solid #000000;border-radius:0px;transition:500ms;transform:none;filter:drop-shadow(0px 0px 0px #000000);}.topScroll.showTS{visibility:visible;opacity:1;}.topScroll.showTS:hover{background:url('../images/arrow-up-c-hov2.png') no-repeat center;background-size:contain;border:0px solid #FF0000;filter:drop-shadow(0px 0px 0px #000000);}@media screen and (max-width:0px){.topScroll.showTS{visibility:hidden;}}