.tx-ws-flexslider {
  padding: 0;
  text-align: center;
  border: 0px;
  position: relative;
  zoom: 1;
  width: 100%;
  float: right;
  background: none;
  display: inline;
  margin: 0 0 20px 0;
  -webkit-box-shadow: none;
}
.flexslider p.caption-title {
  font-size: 1.5em;
  margin: 0 0 5px;
  color: #00418f;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  line-height: 1.6em;
  font-weight: 500;
}
.tx-ws-flexslider .caption-align-left .caption-text {
    bottom: 5px;
    right: 5px;
    top: auto;
    left: auto;
}
.tx-ws-flexslider .caption-text {
    position: absolute;
    width: 350px;
    top: 20px;
    background: none;
  }
.tx-ws-flexslider .caption-body p {
    font-weight: 400;
    color: #6697be;
      padding: 8px 10px;
    line-height: 1.25em;
    background: rgba(255, 255, 255, 0.9);
}
 .tx-ws-flexslider .caption-link { display: none; }

@media (max-width:720px) {
  .tx-ws-flexslider p.caption-title { font-size: 1.5em; line-height: 1.4;}
  .tx-ws-flexslider .caption-body p { font-size: 0.85em; }
}
@media (max-width:480px) {
  .tx-ws-flexslider p.caption-title { font-size: 1.25em; margin: 0 0 5px; }
  .tx-ws-flexslider .caption-wrapper { bottom: 2px; right: 2px;  }
  .tx-ws-flexslider .caption-body p { line-height: 1; }
}
@media (max-width:320px) {
  .tx-ws-flexslider p.caption-title { font-size: 1em; }
}