<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************************************
 * Container
 ****************************************************************************/
.listing.modern{
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}


/****************************************************************************
 * Item-Inner
 ****************************************************************************/
.modern .item_inner{
    position: relative; height: 100%;
}


/****************************************************************************
 * Item-Images
 ****************************************************************************/
.modern .item_image{
    position: absolute; z-index: 0; padding: 0;
    left: 0; right: 0; bottom: 0; top: 0;
}

/****************************************************************************
 * Item-Content
 ****************************************************************************/
.modern .item_content{
    position: relative; z-index: 10;
}</pre></body></html>