/* Medium devices (landscape tablets, 768px and up) */


@media only screen and (min-width: 768px) {
  .example {background: blue;}



  /* Jello */
  body {
    background: gray;
  }

  #content {
    padding: 25px 25px;
  }

  #expander {
    background: white;
    position: relative;
    border-radius: 25px;
  }
} 
