/* Mobile Minimum Portrait Size */
@media only screen and (max-width: 360px) {

#scroll-top-link {
 bottom: 0px!important;
 right: 0px!important;
}
}