/* Extra small devices (phones, 600px and down) */


@media only screen and (max-width: 600px) {
  .example {background: red;}
}
