.team-carousel, .another-carousel-2, .another-carousel-3 {
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  width: 100%;
  margin: 0px auto;
}

.slick-slider-wrapper {
  background: Transparent;
  width: 100%;
  margin-top: -15px;
  text-align: center;
}

/*TEAM MEMBERS OR WHATEVER - MATCH WITH HTML */

.team-members {
  margin-top: 10px;
  
}

.stop-and-play {
  font-size: 24px;
  font-weight: bold;
  color: #C0C0C0;
  background: #663399;
  border: 3px solid #4169E1;
}

/*.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: #FFF;
}*/


/*RESPONSIVE Slider Images / RESPONSIVE TEXT SCROLL BAR*/

.team-carousel img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  }
  
.another-carousel-2 img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  }
  
.canother-arousel-3 img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  }
  
.slick-slider-text-scrolling {
  font-family: Arial;
  font-size: 18px;
  background: #FFF;
  color: #4169E1;
  max-width: 400px;
  max-height: 100px;
  width: 100%;
  height: auto;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 5px;
  margin: 0px auto;
  overflow-y: scroll;
  }
  
.slick-slider-text-scrolling a {
  text-decoration: none;
  color: #663399;
}
  
.slick-slider-text-no-scrolling {
  font-family: Arial;
  font-size: 18px;
  background: #FFF;
  color: #4169E1;
  max-width: 400px;
  width: 100%;
  height: auto;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 2px;
  margin: 0px auto;
  overflow-y: hidden;
}

.slick-slider-text-no-scrolling a {
  text-decoration: none;
  color: #663399;
}