﻿        .swiper {
          width: 100%; 
          height: 720px;
          margin-left: auto;
          margin-right: auto;
        }

        .swiper-slide {
          text-align: center; 
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: cover;
          background-position: center;
        } 
         
        .mySwiper2 {
          height: 600px;
          width: 100%;
        }
         
        .mySwiper2 .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
        }

        .mySwiper {
          height: 100px;
          box-sizing: border-box;
          padding: 10px 0;
        }

        .mySwiper .swiper-slide { 
          height: 100%;
          opacity: 0.4;
        }
        .mySwiper .swiper-slide>img{width:100px; height:100px;}

        .mySwiper .swiper-slide-thumb-active {
           opacity: 1;
        }