@media screen and (max-width: 768px) {
  #box_new_item br[style="clear:both;"],
  #box_recommend br[style="clear:both;"] {
    display: none;
  }
}