/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.left_home, .right_home {
  width: 50%;
  float: left; }

@media only screen and (max-width: 720px) {
  .left_home, .right_home {
    width: 100%;
    float: auto; } }
