main{
    position: fixed;
    background: transparent;
    width: 864px;
    height: 1290px;
    z-index: 999;
    left: 1080px;
    top: 330px;
}


main.maincamera{
    position: fixed;
    background: transparent;
    width: 1080px;
    height: 1920px;
    z-index: 999;
    left: 0;
    top: 1920px;
}

main.mainscreensaver{
    position: fixed;
    width: 1080px;
    height: 1920px;
    left: 0;
    top: -1920px;
    z-index: 9999;
}

.js-Carousel {
    background: #272822;
    margin: 0 auto 2em;
    overflow: hidden;
    position: relative;
    width: 1080px;
    height: 1920px;
}


.js-Carousel > ul li {
    display: inline-block;
    float: left;
    width: 1080px;
    transition: margin-left 0.3s ease;
}