/* ---------------------------------------------------------------
   Home slideshow decoration containment.
   #g-slideshow::before (Mary icon + secondary-tint gradient) is a
   fixed ~60vw tall box. After the 150th Gala banner was removed from
   the slideshow section, the section is ~882px tall, so the
   decoration overflowed below it and washed out the "Parish News"
   heading in #g-container-main. Clipping the section keeps the
   decoration inside it.
   --------------------------------------------------------------- */
.site-1-home #g-slideshow {
    overflow: hidden;
}
