.swiperbanner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiperbanner .image-container {
  height: 100vh;
  width: 100%;
}
.swiperbanner .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 10s ease-out;
  transform: scale(1);
}
.swiperbanner .swiper-slide.swiper-slide-active .image-container img {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */