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

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

h2 { font-size:20px ;font-weight:bold !important ; margin-bottom:6px !important ; padding:6px ; background-color:#ccc;  }

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .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;
    }



	
.swiper-slide img {
max-width: 100%;
height: auto;
}


/* ----- footer ----- */
.footer { color:#aaa ; text-align:center ; font-size:12px ; margin:26px 0 16px 0 }