
html, body {
    position: relative;
    height: 100%;
}
/*.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    background: transparent;
}
.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}*/
.swiper-slide img {
    /*width: auto;
    height: auto;*/
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    /*-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    /*position: absolute;
    left: 50%;
    top: 50%;*/
}