/* Riverside Limousine static-site fixes.
   Elementor Pro 3.22 CSS hides slider slides until a class Swiper 8 never adds
   (swiper-container-initialized); the same bug blanked the hero on the old WordPress site. */
.swiper-container.elementor-slides-wrapper{position:relative;overflow:hidden;z-index:1}
.swiper-container.swiper-initialized>.swiper-wrapper{overflow:visible!important}
