.swiper-body {
  position: relative;
}
.swiper {
    background-color: transparent;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px !important;
  height: 300px !important;
}
.swiper-slide img {
  display: block;
  width: 400px !important;
  height: 300px !important;
}
.swiper-imgs {
  border-radius: 10px;
  border: 3px solid #7c0201;
}
.swiper-3d .swiper-slide-shadow-left {
  border-radius: 10px !important;
}
.swiper-3d .swiper-slide-shadow-right {
  border-radius: 10px !important;
}
.swiper-pagination-bullet-active{
    background: #7c0201 !important;
}