.testimonialItems {
  clear: both;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .testimonialItems .testimonialItem {
    display: none;
    max-width: 100%;
    height: auto;
    position: relative;
    max-width: 100%;
    height: auto; }
    .testimonialItems .testimonialItem.current {
      display: block; }
    .testimonialItems .testimonialItem .testimonialImage {
      margin-left: 15px;
      padding: 0;
      position: relative;
      top: 0;
      z-index: 0; }
    .testimonialItems .testimonialItem .testimonialText {
      overflow: hidden;
      position: absolute;
      display: block;
      max-width: 100%;
      height: 100%;
      z-index: 1;
      padding: 0px 15px;
      background: rgba(255, 255, 255, 0.7); }
      .testimonialItems .testimonialItem .testimonialText div {
        padding: 15px; }

@media (max-width: 1199px) {
  .testimonialItem,
  .testimonialImage,
  .testimonialText,
  .testimonialText div {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    height: auto !important; }

  .testimonialText {
    margin: 0px 15px;
    background: #2C4591 !important; }
    .testimonialText div {
      padding: 0; }
    .testimonialText h2 {
      color: #fff !important; }

  .testimonialText > * {
    color: #fff !important; } }

/*# sourceMappingURL=whutestimonials.css.map */
