/* CSS Document */

    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
	.mySwiper2{}
	
	.mySwiper2 .swiper-wrapper .swiper-slide {
  display: block;
    float: left;
    margin-right: 25px;
    border: 1px solid #ddd;
    background-color: #F8F6F7;
    text-align: center;
    }

   .mySwiper2.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }