/* supplement.css — Wayback Fixer generic supplement (Phase 1 stub).
   Point-fixes for layout/visibility are added here during Phase 4 QA. */

/*
 * Fullwidth banner (Enfold avia-slideshow): when merged footer JS fails
 * to boot AviaSlider, slides stay opacity:0 / visibility:hidden and only
 * an empty padding-box remains. Force the first slide + captions visible
 * using natural image height so a single-slide “slider” always paints.
 */
#top .avia-slideshow li:first-child,
#top .avia-slideshow li.active-slide {
	visibility: visible !important;
	opacity: 1 !important;
}

#top .av-default-height-applied .avia-slideshow-inner {
	height: auto !important;
	padding-bottom: 0 !important;
}

#top .av-default-height-applied .avia-slideshow li:first-child {
	position: relative !important;
}

#top .avia-slideshow .avia-caption-title,
#top .avia-slideshow .avia-caption-content,
#top .avia_transform .av_slideshow_full .avia-caption-title,
#top .avia_transform .av_slideshow_full .avia-caption-content {
	visibility: visible !important;
}

#top .avia-slideshow.av_slideshow_full li img {
	display: block;
	width: 100%;
	height: auto;
}
