@charset "utf-8";

/* 새글 스킨 (latest) */
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100%;
}

.testimonials .testimonial-item:hover .content-overlay {
  opacity: 1;
}

.testimonials .testimonial-item .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.testimonials .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.testimonials .testimonial-item:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.testimonials .content-details h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.testimonials .content-details span.fa {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
}

.testimonials .fadeIn-top {
  top: 20%;
}

@media (max-width: 668px) {
  .testimonials .content-details span.fa {
      font-size: 20px;
      margin-bottom: 0px;
  }
}