.solomobile { 
 display:none; 
 }
@media screen and (max-width: 500px) {
 .solomobile { 
 display:block; }
 }