/* Home CSS */
body.has-sidebar #sidebar a img{
	width:100%;
	max-width:300px;
	box-shadow:2px 2px 12px #e5ddea;
	border-radius:3px;
	outline:0px solid white;
	margin-top:1em;
	margin-bottom:1em;
}
@media only screen and (max-width: 767px) {
    /* mobile layout */ 
body.has-sidebar #content, 
body.has-sidebar #sidebar {
        float: none;
        width: 100%; 
        padding: 0; 
    }
}
