/* HERO BANNER FULL IMAGE */
[data-row-id="hero-banner-full-image"] .to-herobanner--full-image__bg source,
[data-row-id="hero-banner-full-image"] .to-herobanner--full-image__bg img {
  object-position: bottom;
}

[data-row-id="hero-banner-full-image"] .to-herobanner--full-image {
  color: #000;
}

[data-row-id="hero-banner-full-image"] .to-herobanner--full-image .ta-button.-primary.-negative {
  color: #fff;
}

[data-row-id="hero-banner-full-image"] .to-herobanner--full-image .ta-button.-primary::after {
  background-color: #122ac2;
}

[data-row-id="hero-banner-full-image"] .to-herobanner--full-image .ta-button.-primary:hover:after {
  background-color: #0d1f8f;
}

@media (max-width: 47.99em) {
  [data-row-id="hero-banner-full-image"] .to-herobanner--full-image {
    justify-content: flex-start;
  }
}

@media (min-width: 80em) {
  [data-row-id="hero-banner-full-image"] .to-herobanner--full-image .ta-heading.ta-heading--h1-hp {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
