.swiper-container {
  width: 100%;
  height: 500px;
}
.swiper-wrapper img {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
}
.swiper-container:after {
	background: none !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background: rgb(255 106 0 / 80%);
    width: 45px;
    height: 45px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}
.swiper-button-prev {
    left: 0px;
    right: auto;
}
.swiper-button-next {
    right: 1px;
    left: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .8 !important;

}

.swiper-pagination-bullet-active {
	background: rgb(255 106 0 / 80%) !important;
}