Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Custom slider size */
.slideshow,
.banner,
.slideshow__media {
max-width: 1000px;
height: 600px;
margin-left: 1.5cm;
margin-right: 1.5cm;
}
/* Ensure images fit properly */
.slideshow img,
.banner img {
width: 1000px;
height: 600px;
object-fit: cover;
}