/* The lower 80% of this source WebP is black. Hide its isolated media section
 * until an intact customer-supplied rear image is available. */
main section[class="bg-white pt-6"]:has(> div > div > img[src$="Mercedes-V-Klasse-Image1-Back-Exterieur.webp"]) {
  display: none !important;
}

/* The fleet overview also exposes the malformed file as a gallery thumbnail. */
main button:has(> img[src$="Mercedes-V-Klasse-Image1-Back-Exterieur.webp"]) {
  display: none !important;
}
