/* ## Post Carousel */
.entry-content > .project-carousel {
  max-width: none;
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 90px;
  position: relative;
}

.project-carousel .slick-track {
}

.project-carousel-post-single {
  height: 89vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}


.project-carousel-post-single img {
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0;
}

.project-carousel-post-single-text {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
}
.project-carousel-post-single-text-inner {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
  color: #fff;
  text-shadow: 0px 0px 7px #000000;
}

.project-carousel-post-single-text h3 {
  margin-top: 0;
  font-size: 22px;
}
.project-carousel-post-single-text a {
  color: #fff;
  text-decoration: none;
}
.project-carousel-post-single-text .single-project-categories {
  color: #fff;
}


.site .project-carousel button.slick-next {
  top: 45%;
  right: 20px;
}
.site .project-carousel button.slick-prev {
  top: 45%;
  right: auto;
  left: 20px;
  z-index: 99999;
}

@media only screen and (min-width: 390px) {
  .project-carousel-post-single {
    height: 91vh;
  }  
}

@media only screen and (min-width: 768px) {
  .project-carousel-post-single {
    height: 93vh;
  }
  .project-carousel-post-single-text h3 {
    font-size: 28px;
  }
  
}

@media only screen and (min-width: 1024px) {
  .project-carousel-post-single {
    height: 84vh;
  }  

}


@media only screen and (min-width: 1300px) {
  .project-carousel-post-single-text-inner {
  }
}

