.ewb-rslides {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ewb-rslides li {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
    position: absolute;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.ewb-rslides img {
    border: 0;
    width: 100%;
    height: 100%;
}

