/* Foam-work showcase gallery on the Foam Case Inserts page — see class-wla-laser-gallery.php
   and the [ux_slider class="wla-laser-gallery" ...] on that page. Flatsome's ux_banner has no
   built-in "contain" option (only bg_pos, which just shifts the crop, not eliminate it), and
   the default cover-crop was cutting off the actual laser engraving detail on several photos
   — the whole point of this gallery. Scoped to this one class so it doesn't affect the
   homepage's own hero banner, which is fine being cover-cropped like a normal full-width
   hero. */
.wla-laser-gallery .banner-bg img {
	object-fit: contain !important;
}

.wla-laser-gallery .banner-bg {
	background-color: #1e2420; /* --ink, PRD §5.1 — letterbox fill for photos that don't
		exactly match the slide's aspect ratio */
}
