@media (max-width: 480px) {
a.more { 
 text-decoration: none;
 height:49px; padding:24px 29px; text-align:center;
 background-image: url(/elements/links/60.png);
 background-repeat: no-repeat;
}

a:hover.more { 
 text-decoration: none;
 height:49px; padding:24px 29px; text-align:center;
}

a.morewhite { 
 text-decoration: none;
 height:59px; padding:24px 34px; text-align:center;
 background-image: url(/elements/links/66.png);
 background-repeat: no-repeat;
}

a:hover.morewhite { 
 text-decoration: none;
 height:59px; padding:24px 34px; text-align:center;
}
}