.banner-module{
  min-height: 600px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 50px 15px;
  position: relative;  
}

.banner-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-content{
  position:relative;
  z-index:1;
}
.banner-content h1{
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  line-height:60px;
}
}
.video-option video{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.banner-content .banner-cta a {
  padding: 12px 60px;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  text-transform: capitalize;
  border-radius: 2px;
}
.banner-content .banner-cta a:hover{
  background-color:#ffffff !important;
  color:#ba2025 !important;
  border:1px solid #ba2025;
  transition:0.8s;
}
.banner-content .banner-cta a.cta_button {
  background:#fff;
  color:#000;  
}
.subheading { 
  width: 60% !important;
  margin: 0 auto !important;
  line-height: 30px;
  display: inline-block;
  letter-spacing: 0px !important;
}
@media (max-width:639px){
  .banner-content h1{font-size:26px !important;  line-height: 40px;}
  .subheading p{line-height: 1.5;font-size: 14px;}
  .banner-content .banner-cta a{padding: 10px 20px;font-size: 14px;}
}
@media (min-width:640px) and (max-width:767px){

  .banner-content h1{font-size:34px !important;}
  .subheading p{line-height: 1.5;font-size: 16px;}
  .banner-content .banner-cta a{padding: 10px 20px;font-size: 14px;}
}
@media (min-width:250px) and (max-width:767px){
  .subheading { 
    width: 100% !important;
  }
  .banner-content h1{
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
   
  }
}



