/* This keeps images the correct size */
#content img {width: auto; height: auto;}

/* This removes central box from home screen background image */
a.btn.fullpageheader, 
a.btn.fullpageheader:visited {
    border: 0px solid #000 !important;
}
a.btn.fullpageheader:hover,
a.btn.fullpageheader:active,
a.btn.fullpageheader:focus {
    border: 0px solid #000 !important;
}
/* This allows fixed background on home screen in iOS */
@media (max-width: 1280px) {
#headerwrap {background-attachment: scroll !important;}
}

.moduletable._menu img {height: auto;}
