.container-fluid.bg .swiper {
  width: 100%;
  height: 100vh;
  left: 0;
  position: absolute;
  z-index: 1;
}

.container-fluid.bg .swiper-slide {
  width: 100%;
  height: 100vh;
}

.container-fluid.bg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.container-fluid.bg .swiper-button-next,
.container-fluid.bg .swiper-button-prev {
  align-items: center;
  color: #000000;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  width: 34px;
  z-index: 10;
  background-color: #ffffff80;
  padding: 7px;
}