.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    text-align: center;
    background: #fff;
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .mySwiper {
    width: 100%;
    height: 10%;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 15rem;
  }
  .mySwiper2 {
    height: 80%;
    width: 100%;
  }
  .mySwiper2 .swiper-slide {
    width: 50%;
  }
  .mySwiper .swiper-wrapper {
    justify-content: center;
  }
  .mySwiper .swiper-slide {
    flex: 0 1 auto;
    height: auto;
    opacity: 0.4;
  }
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }