.hhs-hero-mod {position: relative; overflow:hidden;}
.hhs-hero-mod .row {
  z-index: 3;
  position: relative;
}
.hhs-rich-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hhs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.hhs-hero-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}
.hhs-scroll-down {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  opacity: 0.4;
  z-index: 1;
}
.hhs-scroll-down:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: white;
  animation: scrollDown 2s infinite;
}

.hhs-bottom-bar__text *:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.hhs-bottom-bar{
  width: 100%;
  z-index: 2;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}
h1{
  font-size:38px;
  font-weight: 200;
  letter-spacing: 2px;
}
h2 {
  font-size: 28px; 
  padding-top:35px;
}

@media (max-width: 768px) {
  .hhs-hero-mod-bb .hhs-col-inner{
    margin-bottom: 15rem;
  }
  .hhs-form-con {
    margin-bottom: 25px !important; 
  }
  h1{
    font-size:35px;
  }
  
  h2 {
    font-size: 30px; 
    padding-top:35px;
  }
}

@media (max-width: 575px) {
  .hhs-hero-mod .cta_button {
    margin-bottom: 25px;
  }
  
}

.d-none{
  display:none;
}

@media (min-width: 768px) {  
  .d-md-none{
    display:none !important;
  }  
  .cta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-container{    
    margin-top: 80px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {  
  .d-sm-block{
    display:block;
  }    
  .cta-container{
    display:block !important;
    margin-top: 35px;
  }
  .cta{
    padding-bottom:25px;
  }
  .hhs-col-inner{
    position: relative;
    top: 20%;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .hhs-hero-mod {
  background-attachment: scroll !important;
  background-position: top center !important;
  }
} 