.distributor-title {
    font-size: 14px;
    color: #c50000;
  }
  .video-item {
    cursor: pointer;
  }
  .capelabel-video-title {
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .capelabel-video-title:hover {
    color: #013b84;
  }
  @media screen and (max-width: 750px) {
    .mobil-bread {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  @media screen and (min-width: 750px) {
    .mobil-bread {
      padding-left: 6px;
      padding-right: 6px;
    }
  }