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