.arii-rotator {
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.arii-large-rotator {
    max-width: 100%;
    margin: 20px auto;
}

.arii-large-rotator .arii-rotator-item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.arii-rotator-item {
    width: 100%;
    height: auto;
    display: none;
}

.arii-rotator-item:first-child {
    display: block;
}

.arii-rotator-item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
