.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6 {
  margin: 0;
}

.hero-banner .banner-img img {
  width: 100%;
  max-width: 100%;
}
.hero-banner .image-direction-left {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.hero-banner .image-direction-left .banner-img {
  flex-basis: 50%;
}
.hero-banner .image-direction-left .hero-text-content {
  flex-basis: 50%;
}

.hero-banner .image-direction-center {
  flex-basis: 100%;
  text-align: center !important;
}
.hero-banner .image-direction-center .banner-img img {
  flex-basis: 100%;
}

.hero-banner .image-direction-center .hero-text-content  {
  flex-basis: 100%;
}
.hero-banner .image-direction-center .hero-text-content .button-content{
  justify-content: center;
}

.hero-banner .image-direction-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.hero-banner .image-direction-right .banner-img {
  flex-basis: 50%;
}
.hero-banner .image-direction-right .hero-text-content {
  flex-basis: 50%;
}

.hero-banner {
  position: relative;
}

.hero-banner .hero-banner-layout.banner-background-video {  
  width: 100%;
  position: absolute;
  top: 30%;
  bottom: 0;
  margin: 0;
  padding: 0;
} 


.hero-banner .button-content {
  display: flex;
  margin-top: 20px;
  padding-bottom: 30px;
}

.hero-banner .primary-button a,
.hero-banner .secondary-button a {
  margin-right: 13px;
  text-transform: none;
  margin-left: 10px;
}

.hero-banner a {
  text-decoration: none;
}
.hero-banner .bg-video {
  
}
.hero-banner .bg-video video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 540px) {
  .hero-text-content {
    padding-top: 70px !important;
    padding-right: 0px !important;
    padding-bottom: 70px !important;
    padding-left: 20px !important;
  }
  .banner-title h1,h2,h3,h4,h5,h6,p,span,p {
    font-size: 30px;
  }
  .hero-banner .banner-description {
    font-size: 16px !important;
  }
  .hero-banner .image-direction-right, .image-direction-left { {
    display: block;
  }
}