/* HERO IMAGE ONLY */
.fall-hero,
.fall-hero__img {
  display: block;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.fall-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}

.fall-hero__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0 !important;
  vertical-align: top;
}

/* HERO ROW WRAPPERS */
.home .fall-hero-row,
.home .fall-hero-row.vc_row,
.home .fall-hero-row .vc_column_container,
.home .fall-hero-row .vc_column-inner,
.home .fall-hero-row .wpb_wrapper,
.home .fall-hero-row .wpb_content_element,
.home .fall-hero-row .wpb_single_image,
.home .fall-hero-row .wpb_text_column,
.home .fall-hero-row .vc_column_container > .vc_column-inner {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
}

/* kill default WPBakery bottom margins */
.home .fall-hero-row .wpb_content_element {
  margin-bottom: 0 !important;
}

/* if shortcode is wrapped in p tags */
.home .fall-hero-row p,
.home .fall-hero-row p:empty {
  margin: 0 !important;
  padding: 0 !important;
}

/* if JNews content area is adding space around the row */
.home .fall-hero-row + .vc_row,
.home .fall-hero-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home .fall-hero-row {
  position: relative;
  top: -1px;
}
.fall-hero__img {
  border-bottom: 8px solid #d79a2f;
}