.flexslider .slides > li { overflow: hidden; position: relative;}

.flexslider .imagewrapper {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.flexslider .imagewrapper .image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  
}

.flex-wrapper {
  padding: 15px 15px 0px 30px;
  position: absolute;
  left: calc(5% + 30px);
  bottom: calc( 10% + 30px);
  width: 60%;
  background: rgba(0,0,0,.4);
  height: auto;
}

.flex-title {
  padding: 15px 15px 0px 30px;
  height: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 110%;
}

.flex-description {
  padding: 10px 15px 15px 30px;
  min-height: 50px;
  height: auto;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
}
.flex-wrapper a:hover, .flex-wrapper a:hover .flex-description {
  color: #fff;
  text-decoration: none;
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 30px 10px 0px;
  font-size: 12px;
  color: #ffffff;
  max-width: 300px;
  max-height: 40px;
  height: auto;
  text-align: right;
}

.readmore {
  padding: 0px 15px 30px 30px;
}
.flex-description * {
  line-height: 120%;
}

.flex-direction-nav {
  height: 0px;
  list-style: none;
}
.flex-direction-nav li {
  height: 0px;
  list-style: none;
}

.flexslider .flex-viewport {
    max-height: 700px;
}
.flexslider.flex-slider {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .flex-wrapper {
    padding: 0;
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
  }
  .flex-title {
    font-size: 22px;
    padding: 15px 15px 0 15px;
  }
  .flex-description {
    padding: 15px 15px 15px 15px;
  }  
  .flex-description,  .flex-description * {
    font-size: 18px;
  }


}
@media only screen and (max-width: 768px) {

  .flex-direction-nav a {
    top: 160px;
  }
  
  .flex-wrapper {
    padding: 15px 15px 0px 15px;
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    background: #ffffff;
    height: auto;
  }
  
  .flex-wrapper .flex-title {
    font-size: 20px;
    line-height: 120%;
    color: #555555;
    padding:  0 0 10px 0;
    font-weight: bold;
  }

  .flex-wrapper .flex-description {
    font-size: 16px;
    line-height: 150%;
    color: #555555;
    padding: 0px;
    min-height: 55px;
  }
  .flex-wrapper .flex-description *{
    font-size: 16px;
    line-height: 150%;
  }
}