<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rozalia-artykul-single-img {
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-width: 350px;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
}

.entry-title {
    margin: 15px 0;
    font-size: 16px;
}

.rozalia-artykul-single {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}

.rozalia-artykul-single &gt; figure &gt; a &gt; img {
    height: 350px;
    width: 350px;
    object-fit: scale-down;
}
</pre></body></html>