/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    /* html, body {
                background-color: orange;
    } */
    .menu{
        padding-bottom: 1em;
    }
    .menu li {
        display: table-row;
        height: 2em;
    }
    .content {
        width: 100%;
    } 
    .aboutimages{
        width: 100%;
    }
    .example-image
    {
        height:150px;
    }
}

