.lto-reel.lto-left {
    background: white;
    max-width: 80%;
    min-width: 10%;
    float:left;
    border-radius: 15px;
    color: #1E223F;
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.lto-reel.lto-nested.lto-left {
    background: white;
    max-width: 100%;
    border: none;
    padding: 10px;
    display: block;
    float:left;
    text-align: center;
}

.lto-up {
    top: 0
}

.lto-down {
    bottom: 0;
}

.lto-up,
.lto-down {
    border-radius: 15px;
    clear:both;
    padding: 5px 20px;
    margin: 10px;
    background: white;
    color: #989898;
    border: solid 1px lightgray;
    animation: slide-up 0.4s ease;
    cursor: pointer;
    outline: 0 !important;
}

.lto-active,
.lto-image.lto-active {
    display: inline-block;
}

.lto-passive,
.lto-image.lto-passive {
    display: none;
}
