.items-row .span6 {
  width: 50%;
}
.items-row .span4 {
  width: 33.3%;
}
.only-desktop {
  display: none !important;
}
.only-tablet {
  display: block !important;
}
.only-mobile {
  display: none !important;
}
.no-desktop {
  display: block !important;
}
.no-tablet {
  display: none !important;
}
.no-mobile {
  display: block !important;
}
