<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.example-slider .container{
    position: relative;
}

.example-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.example-actions-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    top: 0;
    opacity: 0;
    transition: .3s ease-in-out;
}

.example-actions-wrap--active {
    top:0;
    opacity: 1;
    transition: .3s ease-in-out;
}

</pre></body></html>