 .bread-list li:nth-child(2){
  display: none;
  }

.-bigbox {
    width: 580px !important;
}
@media only screen and (max-width: 768px) {
.-bigbox {
    width: 100% !important;
}
}