<style type="text/css">  
@media handheld, only screen and (max-width: 800px) {
.hide_div{ display:none; } /*verse en desktop*/
}

@media handheld, only screen and (min-width: 799px) {
.show_div{ display:none; } /*verse en movil*/
}
</style>