.slide {
    height: 100vh;
     background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
      .slick-prev:before {
        content: "\f137";
        font-family: 'FontAwesome';
        font-size: 32px;
        color:#fff;
      }
      .slick-next:before {
        content: "\f138";
        font-family: 'FontAwesome';
        font-size: 32px;
        color: #fff;
      }

      .slick-prev {
        z-index: 9999;
        left:25px;
      }
      .slick-next {
        z-index: 9999;
        right: 25px;
      }

#content {
  max-width: 100% !important;
}
.content-boxed {
  max-width: 1905px !important;
}
.content-box {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.page-template-template-slick #sidebar {
  display: none;
}

.slick .text-content {
  position: absolute;
  top: 25%;
  left: 5%;
  right: 0;
  padding: 1em;
  /*width: 30%;*/
  height: auto;
}
.slick .tc-wrapper {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  width: auto;
  float: left;
}

.slick .text-content h2 {
    margin: 0;
    font-family: 'Spectral SC', serif;
    font-size: 66px;
    font-weight: bold;
    line-height: 1em;
    color: #4e4943;
    position: relative;
    z-index: 999;
}

.slick h2 a:link,
.slick h2 a:hover {
  color:#4e4943;
}

  @media (max-width: 767.98px) {
    .slick .text-content h2 {font-size: 22px}
    .slick .text-content {top:20% !important;}
  }