.items-row .span6 {
  width: 100%;
}
.items-row .span6 +.span6 {
  margin-top: 25px;
}
.items-row .span4 {
  width: 100%;
}
.only-tablet {
  display: none !important;
}
.only-mobile {
  display: block !important;
}
.no-desktop {
  display: block !important;
}
.no-tablet {
  display: block !important;
}
.no-mobile {
  display: none !important;
}
