#fw-section-hero-0 {

/* Make the top banner fill the shop width instead of floating centered */

main > section:first-of-type,
main > div:first-of-type {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Stretch the first hero/banner image across the page */
main > section:first-of-type img:first-of-type,
main > div:first-of-type img:first-of-type {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

/* Remove extra spacing around the hero image */
main > section:first-of-type picture,
main > div:first-of-type picture {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
}
}