/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
    /* html, body {
                background-color: blue;
            }
   */
   .content {
        width: 100%;
    } 
    .example-image
    {
        height:150px;
    }
}