2024 0309 STM Trip Recap

Watch the touching recap made by one of the 2024/03/09 Honduras Short-Term mission team.

/* MOBILE + TABLET (<1000px): shrink‐wrap the single visible tab */ @media (max-width: 999px) { section.sp-section[data-autoplay="7"] .sp-section-labels { /* inline‐block + auto‑width = exactly the width of its child */ display: inline-block !important; width: auto !important; /* fit-content is also an option if you need it */ /* width: -moz-fit-content !important; */ /* width: fit-content !important; */ margin: 0 auto !important; /* center it */ overflow: hidden !important; position: relative !important; padding: 0.4em 0 !important; } /* everything else stays the same—hide all but .current etc. */ section.sp-section[data-autoplay="7"] .sp-section-label.sp-border-match-text { display: none !important; } section.sp-section[data-autoplay="7"] .sp-section-label.sp-border-match-text.current { display: inline-flex !important; justify-content: center !important; align-items: center !important; font-size: 1.2em !important; padding: 0.2em 0.5em !important; background: transparent !important; color: #2d3b98 !important; border-bottom: 3px solid #FFC051 !important; border-radius: 0 !important; } } @media (max-width: 1000px) { /* 1. container hides overflow, centers the one child */ section.sp-section[data-autoplay="7"] .sp-section-labels { display: flex !important;