.slider-wrap {
   margin: 0px auto 500px auto;
  width: 100%;
}
.slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: calc(50% - 325px);
  max-width: 650px;
}

.slider-item {
  width: 100%; height: 130px;
  padding: 20px 0 25px 0px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-item .animation-card_image {
  max-width: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.slider-item .animation-card_image img {
  width: 150px;
  height: 150px; border: 10px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.slider-item .animation-card_content {
  width: 100%; text-align: left;
  margin-left: 26px;
}
	
.slider-item .animation-card_content a{ text-decoration: none}	
.slider-item:hover{ background: #ff0}	
	
.slider-item .animation-card_content h4 {
  color: #F9A506;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.slider-item .animation-card_content p {
  color: #696d74;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
	.slider-wrap {  margin: -20px auto 20px auto;}
	
	.slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 100%;
}
	
.slider-item {
  width: 78%; height: 175px;
}
.slider-item:hover{ background:#fff}
	
.slider-item .animation-card_content {
  
  margin: 0px; padding: 0 15px 15px 0;
}	
.slider-item .animation-card_image {
  max-width: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.slider-item .animation-card_image img {
  width: 100px;
  height: 100px; border: 10px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.slider-item .animation-card_content p {
  color: #696d74;
  margin: 0;
}
	
}