.banner-section{
  background-size: cover;
  height: auto;
  padding: 140px 0;
  position: relative;
  background-position: top center;
}
.banner-overlay {
  position: relative;
}
.banner-overlay:after{
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  content:"";
  position: absolute;
  background: rgba(0,0,0,.6);
}
.banner-section .banner-caption{
  position: relative;
  z-index: 9;
}
.banner-section h1{
  color: #fff;
  font-weight: 300;
  font-size: 64px;
  line-height: 80px;
  margin: 0 0 30px;
  letter-spacing: -1.5px;
  font-family: 'Roboto Condensed', sans-serif;
}
.banner-section p{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 40px;
}

@media (max-width: 991px){
  .banner-section{
    padding: 70px 0;
  }
}


@media (max-width: 991px){
/*   .banner-section {
    min-height: 300px !important;
  } */
}

@media (max-width: 500px){
/*   .banner-section {
    min-height: 260px !important;
  }
} */

@media (max-width: 440px){
/*   .banner-section {
    min-height: 240px !important;
  } */
}

