@media only screen and (max-width: 600px) {
.node-icon--custom
{
display: table-cell;
vertical-align: middle;
text-align: center;
padding: @xf-paddingLarge 0 @xf-paddingLarge @xf-paddingLarge;
background-size: 70% 55%;
background-repeat: no-repeat;
background-position: center;
}