@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.muestre-desk { display: none; }
.muestre-resp { display: block; }


}/*End*/ 
