@charset "UTF-8";
/* =================================================
   Works.css
================================================= */
/* -----------------------------------------------
    COMMON
----------------------------------------------- */
#div2.fluid {
  margin: 1em 0 0 0;
}

/* -----------------------------------------------
    Desktop Layout: 769px to a max of 1232px.
    Inherits styles from: Mobile Layout and Tablet Layout.
----------------------------------------------- */
@media only screen and (min-width: 769px) {
  #div2.fluid {
    margin: 1em 0 0 0;
  }
}
