/* Client feedback fixes shared across the storefront. */
@media (max-width: 767px) {
  .home .uts-custom-hero .uts-hero-slide {
    background-position: 66% top;
  }

  .home .uts-custom-hero .uts-hero-content {
    overflow: visible;
    min-height: 0;
    max-height: calc(100% - 250px);
  }

  .home .uts-custom-hero .uts-hero-content h1,
  .home .uts-custom-hero .uts-hero-content h2,
  .home .uts-custom-hero .uts-hero-copy {
    overflow-wrap: anywhere;
  }
}

/* Prevent theme animation helpers from clipping the header SVG's first glyph. */
.uts-logo-mount,
.uts-logo-mount .uts-logo-svg,
.wd-logo.uts-logo-ready,
.wd-logo.uts-logo-ready .uts-logo-svg {
  overflow: visible !important;
}
