.carousel{
  width:100%;
  /*max-width:1280px;*/
  max-height:600px;
  font-family: 'Open Sans', sans-serif;
}
.carousel .item {
  position: relative;
}
.carousel .item .imageContainer {
  display:block;
  width:100%;
  position:relative;
  max-height:600px;
}

.carousel .item .imageContainer:before{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  color:red;
  width:100%;
  height:100%;
}

.carousel .item img {
  display:block;
  width:100%;
  max-height: 600px;
}

.carousel .item .overlay {
  z-index: 999;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  color:#fff;
  padding: 30px 0px 70px 0px;
  
}

.carousel .item .overlay h3{
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
}
.carousel .item .overlay p{
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.7);
}


.carousel .slick-dots{
  position:absolute;
  bottom:10px;
  z-index: 999;
}

.slick-dots li button:before
{
  color: #000;
}

.slick-dots li.slick-active button:before
{
  color: #000;
}
.slick-dots li button:before{
  font-size: 14px!important
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
  .carousel {
    max-height:600px;
  }
  .carousel .item .imageContainer{
    max-height:600px;
  }
  
  .carousel .item .overlay{
    padding-bottom: 55px;
  }
  .carousel .item .overlay h3{
    width: 80%;
    font-size: 34px;
    line-height: 40px;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 65%;
    font-size:15px;
     line-height: 25px;
  } 
}

@media only screen and (min-width: 651px) and (max-width: 900px) {
  .carousel .item .overlay{
    padding-bottom: 50px;
  }
  .carousel .item .overlay h3{
    width: 80%;
    font-size: 26px;
    line-height: 30px;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 70%;
    font-size:14px;
     line-height: 20px;
  } 
}

@media only screen and (max-width: 650px) {
  .carousel .item .overlay{
    position: relative;
    background: inherit;
    color:#000;
    padding: 25px 20px 40px 20px;
  }
  .carousel .item .overlay h3{
    width: 100%;
    text-align: left;
    color: rgba(0,0,0,0.9);
    font-size: 27px;
    font-weight: 400;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 100%;
    text-align: left;
    color: rgba(102, 102, 102, 0.9);
    font-size:17px;
  }
  
  .carousel .slick-dots{
    bottom: -3px;
  }
  .slick-dots li button:before
  {
    color: #000;
  }

  .slick-dots li.slick-active button:before
  {
    color: #000;
  }
 
}

@media only screen and (max-width: 550px) {
  .carousel .item .overlay{
    padding: 15px 15px 40px 15px;
  }
  .carousel .item .overlay h3{
    font-size: 24px;
    line-height: 29px;
  }
   .carousel .item .overlay p{
     font-size:13px;
     line-height: 21px;
  }
}

@media only screen and (max-width: 450px) {
  .carousel .item .overlay h3{
    font-size: 20px;
    line-height: 25px;
  }
   .carousel .item .overlay p{
     font-size:13px;
     line-height: 21px;
  }
}