<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fj-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s height ease-in-out;
    transition: .2s height ease-in-out;
}
.fj-gallery::after {
    content: "";
    display: block;
    clear: both;
}
.fj-gallery .fj-gallery-item {
    float: left;
    top: 0;
    left: 0;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    transition: .2s transform ease-in-out;
}
.fj-gallery .fj-gallery-item &gt; img {
    display: block;
    width: 100%;
    height: auto;
}
</pre></body></html>