.swiper-container {
  width: 100%;
  padding-top: 10px; // 50px;
  padding-bottom: 50px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-slide {
  overflow: hidden;
  width: 350px;
  height: auto;
  min-width: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* border-radius: 10px; */
  background-color: #000; /* #fff */
}

.item {
  overflow: hidden;
  width: 350px;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
