back to the top

/* Make slideshow full width and taller */ .slideshow, .slider, .slide, .swiper, .swiper-container, .home-slider, .front-slider { width: 100vw !important; max-width: none !important; margin-left: calc(-50vw + 50%) !important; height: 80vh !important; } .slideshow img, .slider img, .slide img, .swiper-slide img, .home-slider img, .front-slider img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }