/*  https://swiperjs.com/demos#thumbs-gallery-loop
    https://codesandbox.io/p/sandbox/dsg6qv?file=%2Findex.html%3A1%2C1-197%2C1
*/
    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .mySwiper2 {
      height: 30vh /* 80%; */
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .mySwiper2 .swiper-slide img {
      object-fit: contain;
    }
    .mySwiper .swiper-slide img {
      object-fit: cover;
    }

/*     /-------------------##############-------------------\ swiper mySwiper2
 *     |                   #            #                   |
 *     |                   #            #                   |
 *     |                   #            #                   |
 *     \-------------------##############-------------------/
 *     /---------\/---------\/--------\/---------\/---------\ swiper mySwiper
 *     |         ||         ||        ||         ||         |
 *     |         ||         ||        ||         ||         |
 *     \---------/\---------/\--------/\---------/\---------/
*/
