    
 $heroFontBackground:rgba(0, 0, 0, 0.4) !default; 
 $heroFontcolor:#fff !default; 
 $heroMinHeight:450px  !default;

 .heroBanner {
  padding: 60px 0 110px 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height:$heroMinHeight;
  position:relative;

        &:after{
    content:'';   
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background:$heroFontBackground;
    display:block;
    z-index:0;
}  

  .container-fluid {
   z-index:1;
   position:relative;
   

   p.lead, p, h1, h2 {

  color: $heroFontcolor;
  max-width:46em;
  }
  @media (min-width: 641px){
  h1, p.lead {
    font-size:70px;
    line-height: 1em;
  }



  h2{
    font-size:42px;
  }
  }

}

 .button {
  position: absolute;
  bottom: 0px;
  right: 55px;
  font-size: 20px;
}

@media only screen and (max-width: 700px) {
   padding:0px;

.container-fluid {
    padding: 30px;


  .button {
    position: relative;
    font-size: 20px;
    width: 100%;
    right: 0px;
    display: block;
  }
    
  }

   min-height:auto;

}

}

