/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
   /* html, body {
                background-color: gray;
    } */
    .example-image
    {
        height:150px;
    }
  }