

.swiper-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width:370px;
  background-color:transparent;
  overflow: hidden;
  border-radius: 0px;
}

.picture {
  width:370px;
  /*height: 320px;*/
  overflow: hidden; 
  cursor:pointer;
}
.picture img {
  display: block;
  /*width: 100%;*/
   width:375px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 20px;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #f44336;
}