
/* Change some properties of Swiper rotator images */


/* For the rotator images to resize correctly */
/* For IMG, setting width and then height=auto */
/* causes aspect ratio to be maintained. */
img.rotator {
  /* max-width: 100%; height: auto; */
  width: 104vw; max-width: 1000px; height: auto;
  margin:0px; padding:0px;
}

.swiper {
  margin:0px; padding:0px;
}

.swiper-wrapper {
  margin:0px; padding:0px;
}

.swiper-slide {
  /* max-width: 100%;  height: auto; */
  width: 100vw;  max-width:1000px; height: auto;
  /* height: fit-content; */
  /* They say to avoid this or can break what Slider does. */
  /* margin:0px; padding:0px; */
}

:root {
  --swiper-navigation-size: 30px;  /* Change to your desired size */
}