.flexslider {
  border: none !important;
  margin-bottom: 30px; }
  .flexslider .slides li {
    position: relative; }
    .flexslider .slides li .flex-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      padding-top: 20%;
      box-sizing: border-box;
      left: 0;
      top: 0;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
      color: #fff;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
      font-size: 14px;
      line-height: 18px;
      text-align: center; }
      @media only screen and (max-width: 800px) {
        .flexslider .slides li .flex-caption {
          padding-top: 10%; } }
      @media only screen and (max-width: 400px) {
        .flexslider .slides li .flex-caption {
          padding-top: 10%;
          padding-left: 10%;
          padding-right: 10%; } }
      .flexslider .slides li .flex-caption h1 {
        color: white;
        text-transform: uppercase; }
        @media only screen and (max-width: 800px) {
          .flexslider .slides li .flex-caption h1 {
            font-size: 22px;
            margin: 0 10%; } }
        @media only screen and (max-width: 400px) {
          .flexslider .slides li .flex-caption h1 {
            font-size: 18px;
            margin: 0 10%; } }
      @media only screen and (max-width: 400px) {
        .flexslider .slides li .flex-caption p {
          display: none; } }

/* customisation to counteract Kube default style */
.flex-direction-nav a {
  text-shadow: none;
  height: 45px;
  padding-top: 18px;
  color: white; }
  .flex-direction-nav a:before {
    box-sizing: content-box;
    text-shadow: none;
    color: white !important; }

/*# sourceMappingURL=slides.css.map */
