._headBandContainer {
    box-sizing:border-box; 
    font-family: 'Roboto', sans-serif; 
    font-weight: 200;
    font-size: 0.9em;
    height: 50px;
    position: relative;
  }
  .slideshow-container-headBand {
    position: relative;
    margin: auto;
    background: #e8e8e8;
    height: 50px;
  }
  .itemHeadBand{
    margin: 0 auto;
    width: 100%;
    align-self: center;
    padding-bottom: 0px;
  }
  .itemHeadBand:first-child{
    padding-bottom: 0px;
  }
  .bandSlide {
    display: none;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-flow: column wrap;
  }
  .prevBand_band, .nextBand_band {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    color: #999;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: inline-block;
    z-index: 3;
  }
  .nextBand_band {
    right: 20px;
    border-radius: 3px 0 0 3px;
  }
  .prevBand_band {
    left: 20px;
    border-radius: 3px 0 0 3px;
  }
  .dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  ._lineSlider{
    line-height: 1.5rem;
  }
  ._chunkLabel{
    padding-right: 5px !important;
  }
  
  ._active_liv, .dot:hover{ background-color: #e10098; }
  ._active_sub, .dot:hover{ background-color: #612066; }
  ._active_wes, .dot:hover{ background-color: #ed2724; }
  ._active_wil, .dot:hover{ background-color: #ed2724; }
  ._active_pb, .dot:hover{ background-color: #900; }
  ._active_pbk, .dot:hover{ background-color: #80b9e6; }
  ._active_gap, .dot:hover{ background-color: #122344; }
  
  ._fade {
    -webkit-animation-name: _fade;
    -webkit-animation-duration: 1.5s;
    animation-name: _fade;
    animation-duration: 1.5s;
  }
  ._dotContainer{
    text-align: center;
    padding: 0 5px;
    display: none;
    height: 25px;
  }
  @-webkit-keyframes _fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  @keyframes _fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @media only screen and (min-width: 220px) and (max-width: 900px){
  
    .prevBand_band, .nextBand_band {
      display: none;
    }
    ._dotContainer{
      display: block;
    }
    ._headBandContainer{
      position: relative;
      font-size: 0.8em;
      height: 75px;
    }
  
    ._dotContainer{
     
      width: 100%;
      padding: 0;
      background: #e8e8e8;
    }
  }
  
  @media (hover: none) {
    .dot:hover { background-color: #bbb; }
  }
  
  ._liv{ color: #e10098; font-weight: bold;}
  ._sub{ color: #612066; font-weight: bold;}
  ._wes{ color: #ed2724; font-weight: bold;}
  ._wil{ color: #ed2724; font-weight: bold;}
  ._pb{ color: #900; font-weight: bold;}
  ._pbk{ color: #80b9e6; font-weight: bold;}
  ._gap{ color: #122344; font-weight: bold;}
