.banner-section-row-0-force-full-width-section > .row-fluid  {
  padding: 0;
}

.parent-flex .dnd-module,
.parent-flex .dnd-module > div {
  display: flex;
  flex-flow: column wrap;
}
.hero {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px 0;
}

.hero:before {
  content: '';
  display: block;
  {# background: rgba(0, 0, 0, 0.5); #}
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-content {
  position:relative;
  text-align: center;
  color: white;
  padding: 24px;
}
.hero-content .hero-title {
  font-size: 32px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
}
.hero-content .hero-subtitle {
  font-size: 24px;
  color: white;
}
@media screen and (min-width: 768px) {
  .hero-content .hero-btn .hs-button.large.primary {
    display: none;
  }
}

.hero-content .hs-button {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}

.tp .hero-content .hs-button {
  display: none;
}

.hero .page-center {
  max-width: 100%; 
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section {
  padding: 0;
}