/* Fueltek v6.9.296 — show the real Fueltek storage installation as the primary
   tank-calculator visual. */

#overview .tank-site-hero-v69296 {
  padding: 0 !important;
  background: #030504 !important;
  isolation: isolate;
}

#overview .tank-site-hero-v69296::before {
  content: "FUELTEK FUEL STORAGE" !important;
  z-index: 3 !important;
  color: rgba(255, 255, 255, .72) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .92) !important;
}

#overview .tank-site-hero-v69296::after {
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(1, 2, 1, .02) 48%, rgba(1, 2, 1, .22) 100%) !important;
  pointer-events: none !important;
}

#overview .tank-site-hero-v69296 img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: 64% center !important;
  filter: brightness(.98) saturate(1.06) contrast(1.03) !important;
}

@media (max-width: 620px) {
  #overview .tank-site-hero-v69296 img {
    object-position: 72% center !important;
  }
}
