.module-container-wrapper {
background-size: cover;
  background-repeat: no-repeat;
  background-position:center!important;
}

.module-container {

}

.hero-banner h1{
  margin-bottom: 0px;
  margin-top:0px;
  font-size:48px;
  line-height:1.3;
  text-align:center;
  color: #fff;
  text-shadow: 1px 3px 7px rgba(0,0,0,0.25);
}

.blog-hero-banner h1 {
    margin-bottom: 0px;
  margin-top:0px;
  font-size:48px;
  line-height:1.3;
  text-align:left;
  color: #fff;
  text-shadow: 1px 3px 7px rgba(0,0,0,0.25);
}

.hero-content-wrapper {
 display: flex; 
}


.hero-content {
  position: relative;
  width:100%;
}

/* MOBILE QUERIES */

@media (max-width: 1080px) {

  .hero-content-wrapper {
   display: block; 
  }
  
  .hero-content:after {
    content: '';
  }
  
  
  .hero-content p {
   margin: 30px auto; 
  }
  
  .hero-content-image {
   min-height: 200px !important; 
  }
  
  .hero-content-image,
  .hero-content {
   width: 100%; 
  }
  
  .hero-content-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto auto 0;
  }
  
}

@media (max-width:767px) {
  .responsive-padding.module-container-wrapper.hero-banner {
    padding-top:75px!Important;
    padding-bottom:75px!Important;
  }

@media (max-width:479px) {
  .hero-banner h1 {
    font-size:36px;
  }
  
}

