




Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device/* Responsive Slideshow Images */ .slideshow img, .banner img, .swiper-slide img { width: 100%; height: auto; display: block; object-fit: cover; } /* Desktop */ @media screen and (min-width: 750px) { .slideshow, .banner, .swiper { height: 75vh; } .slideshow img, .banner img, .swiper-slide img { height: 75vh; object-fit: cover; } } /* Mobile */ @media screen and (max-width: 749px) { .slideshow, .banner, .swiper { height: auto; } .slideshow img, .banner img, .swiper-slide img { width: 100%; height: auto; object-fit: contain; } }