html,
body{
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}
.wrapper-swiper {
  box-sizing: border-box;
  padding-top: 64px;
  width: 100vw;
  height: 100vh;
}
.wrapper-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-swiper-slide img {
  display: block;
  object-fit: cover;
}

.wrapper-swiper-pagination{
  top: inherit !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  right: inherit !important;
}

.wrapper-swiper-pagination .swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
  background-color: #c9053133 !important;
}

.wrapper-swiper-pagination .swiper-pagination-bullet:hover{
  background-color: rgba(201, 5, 49, 0.6) !important;
}

.wrapper-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 12px !important;
  height: 12px !important;
  background-color: #C90531 !important;
}



