/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

.zone {
  background-color:#FFF;
}

#section-content {
  .region-content-inner {
    background:url(../images/content-bg.png) no-repeat;
  }  
}

