@media only screen and (max-device-width: 340px) {
.non-mobile{
display:none;	
}
}

@media only screen and (min-device-width: 340px) {
.non-desktop{
display:none;	
}
}