.first-col .hhs-rich-text h1 {
  font-size: 40px;
}

.hhs-hero-mod {position: relative; overflow:hidden;}
.hhs-hero-mod .row {
  z-index: 3;
  position: relative;
}


.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;
}

@media (max-width: 768px) {
  .hhs-form-con {
    margin-bottom: 25px !important; 
  }
  
@media (max-width: 575px) {
 .hhs-hero-mod .cta_button {
   margin-bottom: 10px;
  }
}

