/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: poco
* Version: 2.0.0
*/
.only-mobile { display: none; }
.only-desktop { display: block; }

@media (max-width: 767px) {
  .only-mobile { display: block; }
  .only-desktop { display: none; }
}