

html, body, ul, li {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}


.gallery > ul{
    width: 1000%;
    height: 100%;
    clear: both;
    display: table;
    position: relative;
}


.gallery > ul > li {
    display: inline-block;
    position: relative;
    width: 1920px;
    height: 100%;
    text-align: left;
    float: left;
    overflow: hidden;
}
.gallery > ul > li > img {
    width: 1920px;
    position: absolute;
    height: 100% !important;
}


