/* #### CSS that's applied when the viewing area's width is 480px or less #### */
@media screen and (max-width: 480px){
body {
font-size: 80%;
}

#header-behind {
display: none;
}
  
#banner-behind {
display: none;
}

#banner-nav-behind {
display: none;
}	

#bm-footer-behind {
display: none;
}