/*  GRID OF TWO   ============================================================================= */
/* line 4, ../sass/2cols.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 8, ../sass/2cols.scss */
.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 15, ../sass/2cols.scss */
  .span_2_of_2 {
    width: 100%;
  }

  /* line 18, ../sass/2cols.scss */
  .span_1_of_2 {
    width: 100%;
  }
}
