/* add custom site CSS here */
 @media only screen and (max-width: 639px) {
   
    .layout img {
        display:block;
        width:100%!important;
        padding-bottom:1em;
    }
 }

.layout hr {
    margin-top:1.85em;
    margin-bottom:1.85em;
}
