div#rotator,
div#rotator:after {
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
div#rotator:after {content: '';}
div#rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
    width: 100%;
    height: 100vh;
}
div#rotator ul li.show {z-index:500;}
div#rotator ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(250,250,250,0.5);
    width: 100%;
    padding: 10px;
    font-family: 'VeneerW01-Three';
    font-size: 24px;
    line-height: 26px;
    color: rgba(30,30,30,0.5);
    z-index: 600;
}
div#rotator ul li img {width: 100%;height: 100vh;}
