/**************** Premium Testimonials ****************/
/******************************************************/
.premium-testimonial-box {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.premium-testimonial-box .premium-testimonial-author-info {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-testimonial-box .premium-testimonial-person-name,
.premium-testimonial-box .premium-testimonial-company-name {
  font-weight: 600;
  margin: 0;
}

.premium-testimonial-container {
  position: relative;
}

.premium-testimonial-img-wrapper {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-style: solid !important;
}

.premium-testimonial-img-wrapper.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.premium-testimonial-img-wrapper.rounded {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.premium-testimonial-img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.premium-testimonial-content-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.premium-testimonial-clear-float {
  clear: both;
}

.premium-testimonial-upper-quote,
.premium-testimonial-lower-quote {
  position: absolute;
  z-index: 1;
}