@media only screen and (max-width: 767px) { .desktopview {display: none;} .mobileview {display: inline;} } @media not screen and (min-width: 768px) { .desktopview {display: inline;} .mobileview {display: none;} }