<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#imageContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 2px solid #e5e4e4;
    padding: 12px;
    padding-bottom: 28px;
}

    #imageContainer &gt; div {
        flex-basis: 25%;
        text-align: center;
    }

        #imageContainer &gt; div &gt; a {
            position: absolute;
        }

            #imageContainer &gt; div &gt; a &gt; img {
                width: 188px;
                height: 170px;
            }

div.caption {
    text-align: center;
}

    div.caption a {
        text-decoration: none;
        font-weight: bold;
    }

#imageContainer &gt; div:hover &gt; div.caption &gt; a {
    color: #d4232d;
}
</pre></body></html>