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-wrapper {
    overflow: visible;
    padding: 0;
    overflow: -moz-scrollbars-none;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: -moz-scrollbars-none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100vw;
    overflow: -moz-scrollbars-none;
}

.swiper-slide-element {
    height: auto;
    width: 100vw;
    overflow: -moz-scrollbars-none;
}


/* Iphone height not calculating properly */


/*.swiper-slide img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
    max-width: 100vw;
}*/
.swiper{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; */
}
.swiper-slide img {
    width: 768px;
    
    
    

}

@media (max-width: 768px) {
    .swiper-slide img {
        margin: 0;
        width: 100vw;
    }
}