/*
Copyright © 2015 S. William & A.M. Pritchard
Licensed Under MIT
*/
#layout .b-by-b-item {
  background-color: #333;
  color: #fff;
  width: 33.33%;
}
#layout.no-grid .b-by-b-item {
  width: 100%!important;
}
.single-column .b-by-b-item {
  width: 100%!important;
}
@media (min-width: 0px) and (max-width: 768px) {
  #layout .b-by-b-item {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #layout .b-by-b-item {
    width: 50%;
  }
}
