/* Add custom CSS styles below */ 
@media only screen and (max-width: 600px) {
  div.example {
    display: none;
  }
}