/* ------------------------------------------------------------------------ */
/* Mobile Device Styles */
/* ------------------------------------------------------------------------ */

@media screen and (max-width: 500px) {  
.content {max-width: 80% !important; margin: none;}	
.content-inner {max-width: none; max-width: 300px; margin: 0 auto;}  
.content-inner img.logo {max-width: 90% !important;height: auto;}
.content-inner .bio {max-width: 80%;}
.content-inner .bio img {max-width: 100% !important; height: auto;}

/* End of Media Query */
}
