.breadcrumbs li:not(:last-child):after {
  content: "/\00a0";
  display: inline-block;
  padding-left: 0.75ch;
  speak: none;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .breadcrumbs li:not(:last-child):after {
    font-size: 8px;
  }
}
.empty-div {
  display: none;
}
.empty-div::after {
  content: '';
}