.tx_otrproducts_grid { overflow: hidden; width: 100%; padding: 0 20px; }
  .tx_otrproducts_item { float: left; width: 25%; padding-right: 25px; margin-bottom: 20px;
  background: url('../../images/backgrounds/gridboxcorner.jpg') no-repeat top left; }
  
  .tx_otrproducts_item h3 { margin: 10px 0; font-weight: 700; }
  .tx_otrproducts_item h3 a:hover { color: #e30018; }
  
@media screen and (max-width: 980px) {
  .tx_otrproducts_grid { width: 100%; padding: 0 2%; }
}   
  
@media screen and (max-width: 600px) {
  .tx_otrproducts_grid { padding: 0 3%; }
  .tx_otrproducts_item { width: 50%; }
  .tx_otrproducts_item.odd { clear: both; }
}  

@media screen and (max-width: 400px) {
  .tx_otrproducts_item { width: 100%; margin: 0; padding: 0; }
  .tx_otrproducts_item h3 br { display: none; }
}  
