<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">._bgImg{background-repeat:no-repeat;background-position:center;background-size:cover;}

._imgTagBg{position: relative; overflow: hidden;}
._imgTagBg &gt; :first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: auto;
    height: auto;
}


._textCenter{text-align:center;}
._textRight{text-align:right;}
._textLeft{text-align:left;}
._textLower{text-transform:lowercase;}
._textUpper{text-transform:uppercase;}
._textSmall,
._textSmall &gt; *{font-size:14px;}
._textBig,
._textBig &gt; *{font-size:28px;}</pre></body></html>