swiper-container {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
  }
  
  swiper-slide {
    background-position: center;
    background-size: cover;
    margin: auto;
  }
  
  swiper-slide img {
      display: block;
      width: 100%;
  }

  .swiper-reflection {
    -webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.5)));
    -moz-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.5)));
  }