.pdx-testimonial-container {
  width: 100vw;
  left: calc(-50vw + 50%);
  position: relative;
  padding: 1rem 0;
}

.pdx-testimonial-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.pdx-testimonial-header {
  text-align: center;
  margin-bottom: 1rem;
}

.pdx-testimonial-carousel-wrapper {
    position: relative;
}

.pdx-testimonial-swiper {
  padding: 0 0 60px 0;
  margin: 0 50px;
  width: auto;
}

.pdx-testimonial {
    min-height: 350px;
    display: block;
    padding: 1rem;
}

.pdx-testimonial-picture {
    object-fit: cover;
    border: 0;
    border-radius: 50%;
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    margin: 0 auto;
}

.pdx-testimonial-title {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 1rem;
}

.pdx-testimonial-description {
    font-size: 16px;
    color: #333333;
    padding-bottom: 1rem;
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.pdx-read-more {
    cursor: pointer;
    font-size: 16px;
    color: #007aff;
}

.pdx-read-more:hover {
    color: #333333;
}

.pdx-testimonial-name {
    font-size: 16px;
    font-weight: 600;
}

.pdx-testimonial-swiper-arrow {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdx-testimonial-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  transition: opacity .15s linear;
  padding: 10px;
}

.pdx-testimonial-modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  padding: 1.5rem;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdx-testimonial-modal-header {
  display: flex;
  padding-bottom: 0.5rem;
}

.pdx-testimonial-modal-body {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 800px;
  overflow-y: scroll;
  position: relative;
}
  .pdx-testimonial-modal-body::-webkit-scrollbar {
      width: 1px;
  }

  .pdx-testimonial-modal-close {
    border: 0;
    font-size: 30px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
  }

.pdx-testimonial-modal-close:hover {
  filter: brightness(0.5);
}

.pdx-testimonial-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.pdx-testimonial-modal-open {
  overflow: hidden;
}

.pdx-testimonial-edit-page .pdx-testimonial-picture {
    display: block;
    margin: 0;
    margin-bottom: .75rem;
}

.pdx-testimonial-picture-input label {
  display: inline-block;
  width: fit-content !important;
  margin: 0 10px 10px 0;
}

.pdx-testimonial-picture-input span {
  font-size: 14px;
}

.pdx-testimonial-picture-input input {
  display: none;
}

.remove-photo-button {
  background: #000;
  padding: 7px 25px;
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative;
}

.remove-photo-button:hover {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    transition-duration: .2s;
    text-decoration: none;
}

@media (min-width: 1382px){
    .
}