    .swiper-container {
      width: 100%;
      height: 100%;
   margin-top:30px;
   margin-bottom:30px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
 .gallery_body{width:100%;margin:auto;margin-top:50px}
 .gallery_body table, td, th {
  border: 1px solid #ddd;
  text-align: left;
 }
 .gallery_body table {
  border-collapse: collapse;
  width: 100%;
 }
 .gallery_body th, td {
  padding: 10px;
 }
 .gallery_body img{max-width:100%;}
 .gallery_body .active{background: #878787;color: white;}
 .gallery_info{width:100%;margin:auto;}