/* Budd's KnP CMS — DB-driven crossfade collage (replaces the old Dynamic Drive fadeshow) */
.bcms-show{position:relative;overflow:hidden;margin:0 auto;background:#fff;max-width:100%}
.bcms-show img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;
  opacity:0;transition:opacity 1.2s ease-in-out}
.bcms-show img.on{opacity:1}
.bcms-show img:only-child{opacity:1}
.bcms-empty{display:flex;align-items:center;justify-content:center;height:100%;
  color:#888;font:14px Verdana, sans-serif;border:1px dashed #bbb}
